Sha256: d28667d94ae1d2df603e5d56f638f1305ecfc2c20022fe107adaa9914116ff67
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 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::ARM::MachineLearning module Models # # Information about the machine learning workspace containing the # experiment that is source for the web service. # class MachineLearningWorkspace include MsRestAzure include MsRest::JSONable # @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() { required: false, serialized_name: 'MachineLearningWorkspace', type: { name: 'Composite', class_name: 'MachineLearningWorkspace', model_properties: { id: { required: true, serialized_name: 'id', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_machine_learning-0.13.0 | lib/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb |