Google Cloud Dataproc v1 API - Enum JobStatus.Types.State (5.5.0)

public enum JobStatus.Types.State

Reference documentation and code samples for the Google Cloud Dataproc v1 API enum JobStatus.Types.State.

The job state.

Namespace

GoogleCloudGoogle.Cloud.DataprocV1

Assembly

Google.Cloud.Dataproc.V1.dll

Fields

NameDescription
AttemptFailure

Job attempt has failed. The detail field contains failure details for this attempt.

Applies to restartable jobs only.

Cancelled

The job cancellation was successful.

CancelPending

A CancelJob request has been received, but is pending.

CancelStarted

Transient in-flight resources have been canceled, and the request to cancel the running job has been issued to the cluster.

Done

The job has completed successfully.

Error

The job has completed, but encountered an error.

Pending

The job is pending; it has been submitted, but is not yet running.

Running

The job is running on the cluster.

SetupDone

Job has been received by the service and completed initial setup; it will soon be submitted to the cluster.

Unspecified

The job state is unknown.