Skip to content

TransformationState

Lifecycle state of a transformation job. - PENDING: accepted and queued, not yet scheduled. - WAITING: scheduled and waiting for compute resources. - RUNNING: actively executing. - DONE: completed successfully (terminal). - FAILED: stopped because of an error (terminal). - CANCELLED: cancelled before completion (terminal). - UNKNOWN: state could not be determined.

Enum

  • PENDING (value: 'PENDING')

  • WAITING (value: 'WAITING')

  • RUNNING (value: 'RUNNING')

  • DONE (value: 'DONE')

  • FAILED (value: 'FAILED')

  • CANCELLED (value: 'CANCELLED')

  • UNKNOWN (value: 'UNKNOWN')

[Back to Model list] [Back to API list] [Back to README]