class Azure::MachineLearning::Mgmt::V2017_01_01::Models::MachineLearningWorkspace

Information about the machine learning workspace containing the experiment that is source for the web service.

Attributes

id[RW]

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

Private Class Methods

mapper() click to toggle source

Mapper for MachineLearningWorkspace class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2017-01-01/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb, line 25
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