Sha256: 400c3c3cdf9dc37856984f1b6fb9cc20afc1060fd09a5ddbc88316ddb78d0bbd
Contents?: true
Size: 1.11 KB
Versions: 4
Compression:
Stored size: 1.11 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # 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] The workspace ARM resource id. 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
4 entries across 4 versions & 1 rubygems