Job Statuses
Table 1 describes the job statuses.
| Status Value | Description |
|---|---|
| 0 | JOBSTAT_UNKNOWN: Unknown status. |
| 1 | JOBSTAT_INIT: The job is being initialized. |
| 2 | JOBSTAT_IMAGE_CREATING: The job image is being created. |
| 3 | JOBSTAT_IMAGE_FAILED: Failed to create the job image. |
| 4 | JOBSTAT_SUBMIT_TRYING: The job is being submitted. |
| 5 | JOBSTAT_SUBMIT_FAILED: Failed to submit the job. |
| 6 | JOBSTAT_DELETE_FAILED: Failed to delete the job. |
| 7 | JOBSTAT_WAITING: The job is queuing. |
| 8 | JOBSTAT_RUNNING: The job is running. |
| 9 | JOBSTAT_KILLING: The job is being canceled. |
| 10 | JOBSTAT_COMPLETED: The job has been completed. |
| 11 | JOBSTAT_FAILED: Failed to run the job. |
| 12 | JOBSTAT_KILLED: Job canceled successfully. |
| 13 | JOBSTAT_CANCELED: Job canceled. |
| 14 | JOBSTAT_LOST: Job lost. |
| 15 | JOBSTAT_SCALING: The job is being scaled. |
| 16 | JOBSTAT_SUBMIT_MODEL_FAILED: Failed to submit the model. |
| 17 | JOBSTAT_DEPLOY_SERVICE_FAILED: Failed to deploy the service. |
| 18 | JOBSTAT_CHECK_INIT: The job review is being initialized. |
| 19 | JOBSTAT_CHECK_RUNNING: The job is being reviewed. |
| 20 | JOBSTAT_CHECK_RUNNING_COMPLETED: The approval job is completed. |
| 21 | JOBSTAT_CHECK_FAILED: Failed to review the job. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.