GetCommitmentPlanResult

data class GetCommitmentPlanResult(val etag: String? = null, val id: String, val location: String, val name: String, val properties: CommitmentPlanPropertiesResponse, val sku: ResourceSkuResponse? = null, val tags: Map<String, String>? = null, val type: String)

An Azure ML commitment plan resource.

Constructors

Link copied to clipboard
constructor(etag: String? = null, id: String, location: String, name: String, properties: CommitmentPlanPropertiesResponse, sku: ResourceSkuResponse? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val etag: String? = null

An entity tag used to enforce optimistic concurrency.

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

The commitment plan properties.

Link copied to clipboard

The commitment plan SKU.

Link copied to clipboard
val tags: Map<String, String>? = null

User-defined tags for the resource.

Link copied to clipboard

Resource type.