# 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 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