TaskStatus#

class TaskStatus(*args, **kwargs)[source]#

Bases: object

Status of the task.

Allowed enum values:

  • _UNKNOWN

  • _REDACTED

  • QUEUED: Status indicating that the task is queued for execution.

  • RUNNING: Status indicating that the task is currently being executed.

  • CANCELING: Status indicating that the task is marked for cancellation.

  • SUCCEEDED: Status indicating that the task has been executed successfully.

  • FAILED: Status indicating that the task has failed.

  • CANCELED: Status indicating that the task has been cancelled.

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model