ModelAdministrationOperationStateCommon interface

The set of fields common to all administration operations.

Properties

apiVersion

The API version used to train this model.

createdOn

The Date and Time that the operation was created.

lastUpdatedOn

The date & time that the operation state was last modified.

operationId

The unique ID of this operation.

percentCompleted

A number between 0 and 100 representing the progress of the operation.

status

The status of the operation. One of:

  • "notStarted"
  • "running"
  • "succeeded"
  • "failed"
  • "canceled"
tags

Additional, user-defined key-value pairs associated with the model as metadata.

Property Details

apiVersion

The API version used to train this model.

apiVersion?: string

Property Value

string

createdOn

The Date and Time that the operation was created.

createdOn: Date

Property Value

Date

lastUpdatedOn

The date & time that the operation state was last modified.

lastUpdatedOn: Date

Property Value

Date

operationId

The unique ID of this operation.

operationId: string

Property Value

string

percentCompleted

A number between 0 and 100 representing the progress of the operation.

percentCompleted: number

Property Value

number

status

The status of the operation. One of:

  • "notStarted"
  • "running"
  • "succeeded"
  • "failed"
  • "canceled"
status: OperationStatus

Property Value

tags

Additional, user-defined key-value pairs associated with the model as metadata.

tags?: Record<string, string>

Property Value

Record<string, string>