Sha256: 2746371efe0dd24498a275b334ed6e88cc4065cea9dc07a1cf12786ce7be5ff2
Contents?: true
Size: 1.4 KB
Versions: 2
Compression:
Stored size: 1.4 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::MachineLearning::Mgmt::V2017_01_01 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
2 entries across 2 versions & 1 rubygems