Sha256: 239c8540cc668823e69b94042c45e1143025e49a86fc32496bc923aa7e88ce32
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 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 # @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.14.0 | lib/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb |