otcbot[bot] 4317c860a8
Update content (#31)
Changes to ma_api from doc-exports#1


This is an automatically created Pull Request for changes to ma_api in opentelekomcloud-docs/doc-exports#1.
Please do not edit it manually, since update to the original PR will overwrite local changes.
Original patch file, as well as complete rst archive,  can be found in the artifacts of the opentelekomcloud-docs/doc-exports#1

Reviewed-by: Vineet Pruthi <None>
2022-05-02 14:51:57 +00:00

4.3 KiB

original_name

modelarts_03_0074.html

Job Statuses

Table 1 <modelarts_03_0074__en-us_topic_0131326476_en-us_topic_0105159288_table21749790153351> describes the job statuses.

Table 1 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.