Sha256: 0cbe65765e8ff5c326fd3bc36b24bccd8e1ad95754ea315667d9b56a50c34270

Contents?: true

Size: 1.27 KB

Versions: 6

Compression:

Stored size: 1.27 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::MachineLearning::Mgmt::V2017_01_01
  module Models
    #
    # Information about the machine learning workspace containing the
    # experiment that is source for the web service.
    #
    class MachineLearningWorkspace

      include MsRestAzure

      # @return [String] Specifies the workspace ID of the machine learning
      # workspace associated with the web service
      attr_accessor :id


      #
      # Mapper for MachineLearningWorkspace class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'MachineLearningWorkspace',
          type: {
            name: 'Composite',
            class_name: 'MachineLearningWorkspace',
            model_properties: {
              id: {
                client_side_validation: true,
                required: true,
                serialized_name: 'id',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
azure_mgmt_machine_learning-0.17.3 lib/2017-01-01/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb
azure_mgmt_machine_learning-0.17.2 lib/2017-01-01/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb
azure_mgmt_machine_learning-0.17.1 lib/2017-01-01/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb
azure_mgmt_machine_learning-0.17.0 lib/2017-01-01/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb
azure_mgmt_machine_learning-0.16.0 lib/2017-01-01/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb
azure_mgmt_machine_learning-0.15.2 lib/2017-01-01/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb