Package version:

Interface ModelAdministrationOperationStateCommon

The set of fields common to all administration operations.

Hierarchy

Properties

apiVersion?: string

The API version used to train this model.

createdOn: Date

The Date and Time that the operation was created.

lastUpdatedOn: Date

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

operationId: string

The unique ID of this operation.

percentCompleted: number

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

The status of the operation. One of:

  • "notStarted"
  • "running"
  • "succeeded"
  • "failed"
  • "canceled"
tags?: any

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

Generated using TypeDoc