Sha256: ec89fdc2f8ee6cfc56d9339397920a98295bd9ccd00ef7f7a72cc63e6dffacdc

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 output port
    #
    class OutputPort

      include MsRestAzure

      # @return [OutputPortType] Port data type. Possible values include:
      # 'Dataset'. Default value: 'Dataset' .
      attr_accessor :type


      #
      # Mapper for OutputPort class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'OutputPort',
          type: {
            name: 'Composite',
            class_name: 'OutputPort',
            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

Version Path
azure_mgmt_machine_learning-0.7.0 lib/generated/azure_mgmt_machine_learning/models/output_port.rb
azure_mgmt_machine_learning-0.6.0 lib/generated/azure_mgmt_machine_learning/models/output_port.rb
azure_mgmt_machine_learning-0.5.0 lib/generated/azure_mgmt_machine_learning/models/output_port.rb
azure_mgmt_machine_learning-0.4.0 lib/generated/azure_mgmt_machine_learning/models/output_port.rb