Class: Azure::ARM::MachineLearning::Models::MachineLearningWorkspace

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb

Overview

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#idString

Returns The workspace ARM resource id.

Returns:

  • (String)

    The workspace ARM resource id.



17
18
19
# File 'lib/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb', line 17

def id
  @id
end

Class Method Details

.mapperObject

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



24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# File 'lib/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb', line 24

def self.mapper()
  {
    required: false,
    serialized_name: 'MachineLearningWorkspace',
    type: {
      name: 'Composite',
      class_name: 'MachineLearningWorkspace',
      model_properties: {
        id: {
          required: true,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end