JobStatus#

class JobStatus(*args, **kwargs)#

Bases: object

Status of each job.

Allowed enum values:

  • _UNKNOWN

  • _REDACTED

  • RUNNING: Job is running.

  • QUEUED: Job is in queued state.

  • SUCCEEDED: Job is succeeded.

  • CANCELLED: Job is canceled.

  • PAUSED: Job is paused.

  • FAILED: Job is in a failed state.

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model