Cloud AI Platform v1 API - Enum JobState (2.27.0)

public enum JobState

Reference documentation and code samples for the Cloud AI Platform v1 API enum JobState.

Describes the state of a job.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
Cancelled

The job has been cancelled.

Cancelling

The job is being cancelled. From this state the job may only go to either JOB_STATE_SUCCEEDED, JOB_STATE_FAILED or JOB_STATE_CANCELLED.

Expired

The job has expired.

Failed

The job failed.

PartiallySucceeded

The job is partially succeeded, some results may be missing due to errors.

Paused

The job has been stopped, and can be resumed.

Pending

The service is preparing to run the job.

Queued

The job has been just created or resumed and processing has not yet begun.

Running

The job is in progress.

Succeeded

The job completed successfully.

Unspecified

The job state is unspecified.

Updating

The job is being updated. Only jobs in the RUNNING state can be updated. After updating, the job goes back to the RUNNING state.