JobStatus
The status of the job:
pending
: The job has been accepted and is waiting to be processedin_progress
: The job is being processedcompleted
: The job is completed successfullyfailed
: The job failed with an error
stringJobStatus (string)
The status of the job:
pending
: The job has been accepted and is waiting to be processedin_progress
: The job is being processedcompleted
: The job is completed successfullyfailed
: The job failed with an error
Possible values: [pending
, in_progress
, completed
, failed
]
JobStatus
"pending"