Commitment Plan Properties Response
data class CommitmentPlanPropertiesResponse(val chargeForOverage: Boolean, val chargeForPlan: Boolean, val creationDate: String, val includedQuantities: Map<String, PlanQuantityResponse>, val maxAssociationLimit: Int, val maxCapacityLimit: Int, val minCapacityLimit: Int, val planMeter: String, val refillFrequencyInDays: Int, val suspendPlanOnOverage: Boolean)
Properties of an Azure ML commitment plan.
Properties
Link copied to clipboard
Indicates whether usage beyond the commitment plan's included quantities will be charged.
Link copied to clipboard
Indicates whether the commitment plan will incur a charge.
Link copied to clipboard
The date at which this commitment plan was created, in ISO 8601 format.
Link copied to clipboard
The included resource quantities this plan gives you.
Link copied to clipboard
The maximum number of commitment associations that can be children of this commitment plan.
Link copied to clipboard
The maximum scale-out capacity for this commitment plan.
Link copied to clipboard
The minimum scale-out capacity for this commitment plan.
Link copied to clipboard
The frequency at which this commitment plan's included quantities are refilled.
Link copied to clipboard
Indicates whether this commitment plan will be moved into a suspended state if usage goes beyond the commitment plan's included quantities.