Enum JobState (1.4.0)

public 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.

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.