CommitmentPlan type

An Azure ML commitment plan resource.

type CommitmentPlan = Resource & {
  etag?: string
  properties?: CommitmentPlanProperties
  sku?: ResourceSku
}