Sha256: a9f5aafc2a2ad90831736820410374175c1604958f479a8baa8befbf107fa956
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 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 # # Asset input port # class InputPort include MsRestAzure # @return [InputPortType] Port data type. Possible values include: # 'Dataset'. Default value: 'Dataset' . attr_accessor :type # # Mapper for InputPort class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'InputPort', type: { name: 'Composite', class_name: 'InputPort', model_properties: { type: { required: false, serialized_name: 'type', default_value: 'Dataset', 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/input_port.rb |