Class: Azure::ARM::MachineLearning::Models::MachineLearningWorkspace
- Inherits:
-
Object
- Object
- Azure::ARM::MachineLearning::Models::MachineLearningWorkspace
- Includes:
- MsRest::JSONable, 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
-
#id ⇒ String
workspace associated with the web service.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for MachineLearningWorkspace class as Ruby Hash.
Instance Attribute Details
#id ⇒ String
workspace associated with the web service
19 20 21 |
# File 'lib/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb', line 19 def id @id end |
Class Method Details
.mapper ⇒ Object
Mapper for MachineLearningWorkspace class as Ruby Hash. This will be used for serialization/deserialization.
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb', line 26 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 |