Sha256: 1417bb0f4a61de3d3a1fb35e5a52961f94ba56061eb142b4ad6bd472a5d6a3ff
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::MachineLearning module Models # # Association link for a graph global parameter to a node in the graph. # class GraphParameterLink include MsRestAzure # @return [String] The graph node's identifier attr_accessor :node_id # @return [String] The identifier of the node parameter that the global # parameter maps to. attr_accessor :parameter_key # # Mapper for GraphParameterLink class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'GraphParameterLink', type: { name: 'Composite', class_name: 'GraphParameterLink', model_properties: { node_id: { required: true, serialized_name: 'nodeId', type: { name: 'String' } }, parameter_key: { required: true, serialized_name: 'parameterKey', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_machine_learning-0.14.0 | lib/generated/azure_mgmt_machine_learning/models/graph_parameter_link.rb |