Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrainingPollOperationState

Package version

The state of a model creation operation.

Hierarchy

  • any
    • TrainingPollOperationState

Index

Properties

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