ModelAdministrationOperationStateCommon interface
The set of fields common to all administration operations.
Properties
api |
The API version used to train this model. |
created |
The Date and Time that the operation was created. |
last |
The date & time that the operation state was last modified. |
operation |
The unique ID of this operation. |
percent |
A number between 0 and 100 representing the progress of the operation. |
status | The status of the operation. One of:
|
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>