Class: Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2017-01-01/generated/azure_mgmt_machine_learning/models/output_port.rb

Overview

Asset output port

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#typeOutputPortType

‘Dataset’. Default value: ‘Dataset’ .

Returns:



17
18
19
# File 'lib/2017-01-01/generated/azure_mgmt_machine_learning/models/output_port.rb', line 17

def type
  @type
end

Class Method Details

.mapperObject

Mapper for OutputPort class as Ruby Hash. This will be used for serialization/deserialization.



24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# File 'lib/2017-01-01/generated/azure_mgmt_machine_learning/models/output_port.rb', line 24

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'OutputPort',
    type: {
      name: 'Composite',
      class_name: 'OutputPort',
      model_properties: {
        type: {
          client_side_validation: true,
          required: false,
          serialized_name: 'type',
          default_value: 'Dataset',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end