Sha256: 043055bbbfa7e2383c218b7623ff1672a7fb9b0eed05eb5979bbe062e0421705
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 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::MachineLearning::Mgmt::V2017_01_01 module Models # # Information about the machine learning commitment plan associated with # the web service. # class CommitmentPlan include MsRestAzure # @return [String] Specifies the Azure Resource Manager ID of the # commitment plan associated with the web service. attr_accessor :id # # Mapper for CommitmentPlan class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'CommitmentPlan', type: { name: 'Composite', class_name: 'CommitmentPlan', model_properties: { id: { required: true, serialized_name: 'id', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems