Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrainingPollOperationState

Package version

The state of a model creation operation.

Hierarchy

  • any
    • TrainingPollOperationState

Index

Properties

createdOn

createdOn: Date

The Date and Time that the operation was created.

lastUpdatedOn

lastUpdatedOn: Date

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

operationId

operationId: string

The unique ID of this operation.

percentCompleted

percentCompleted: number

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"

Generated using TypeDoc