class Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort
Asset output port
Attributes
type[RW]
@return [OutputPortType] Port data type. Possible values include: 'Dataset'. Default value: 'Dataset' .
Private Class Methods
mapper()
click to toggle source
Mapper for OutputPort
class as Ruby Hash. This will be used for serialization/deserialization.
# 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