Sha256: adfaf9bd3782637b651a7c87e3abbf0f482a4f61080cb405d309568cafb1f037
Contents?: true
Size: 1.07 KB
Versions: 4
Compression:
Stored size: 1.07 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # 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
4 entries across 4 versions & 1 rubygems