1
0
forked from docs/doc-exports
doc-exports/docs/modelarts/api-ref/modelarts_03_0074.html
Artem Goncharov 3196b64bfc
move doc sources to other location (#3)
move doc sources to other location

Reviewed-by: OpenTelekomCloud Bot <None>
2022-04-27 16:24:25 +00:00

12 KiB

Job Statuses

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