Skip to main content
A batch status that is durably represented by the list data source. finalizing and cancelling are not accepted because stored jobs collapse those phases into in_progress.

Example Usage

Values

This is an open enum. Unrecognized values will not fail type checks.
  • "validating"
  • "in_progress"
  • "completed"
  • "failed"
  • "expired"
  • "cancelled"