class Azure::MachineLearning::Mgmt::V2017_01_01::Models::CommitmentPlan

Information about the machine learning commitment plan associated with the web service.

Attributes

id[RW]

@return [String] Specifies the Azure Resource Manager ID of the commitment plan associated with the web service.

Private Class Methods

mapper() click to toggle source

Mapper for CommitmentPlan class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2017-01-01/generated/azure_mgmt_machine_learning/models/commitment_plan.rb, line 25
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'CommitmentPlan',
    type: {
      name: 'Composite',
      class_name: 'CommitmentPlan',
      model_properties: {
        id: {
          client_side_validation: true,
          required: true,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end