Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommitmentAssociationProperties

Package version

interface

An interface representing CommitmentAssociationProperties. Properties of an Azure ML commitment association.

Hierarchy

  • CommitmentAssociationProperties

Index

Properties

Optional associatedResourceId

associatedResourceId: undefined | string
member

{string} [associatedResourceId] The ID of the resource this association points to, such as the ARM ID of an Azure ML web service. NOTE: This property will not be serialized. It can only be populated by the server.

Optional commitmentPlanId

commitmentPlanId: undefined | string
member

{string} [commitmentPlanId] The ARM ID of the parent Azure ML commitment plan. NOTE: This property will not be serialized. It can only be populated by the server.

Optional creationDate

creationDate: Date
member

{Date} [creationDate] The date at which this commitment association was created, in ISO 8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc