Enum Execution.State (1.39.0)

public enum Execution.State extends Enum<Execution.State> implements ProtocolMessageEnum

Enum description of the state of the underlying AIP job.

Protobuf enum google.cloud.notebooks.v1.Execution.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELLED

The job has been cancelled. error_message should describe the reason for the cancellation.

CANCELLED = 7;

CANCELLED_VALUE

The job has been cancelled. error_message should describe the reason for the cancellation.

CANCELLED = 7;

CANCELLING

The job is being cancelled. error_message should describe the reason for the cancellation.

CANCELLING = 6;

CANCELLING_VALUE

The job is being cancelled. error_message should describe the reason for the cancellation.

CANCELLING = 6;

EXPIRED

The job has become expired (relevant to Vertex AI jobs) https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState

EXPIRED = 9;

EXPIRED_VALUE

The job has become expired (relevant to Vertex AI jobs) https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState

EXPIRED = 9;

FAILED

The job failed. error_message should contain the details of the failure.

FAILED = 5;

FAILED_VALUE

The job failed. error_message should contain the details of the failure.

FAILED = 5;

INITIALIZING

The Execution is being created.

INITIALIZING = 10;

INITIALIZING_VALUE

The Execution is being created.

INITIALIZING = 10;

PREPARING

The service is preparing to execution the job.

PREPARING = 2;

PREPARING_VALUE

The service is preparing to execution the job.

PREPARING = 2;

QUEUED

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

QUEUED = 1;

QUEUED_VALUE

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

QUEUED = 1;

RUNNING

The job is in progress.

RUNNING = 3;

RUNNING_VALUE

The job is in progress.

RUNNING = 3;

STATE_UNSPECIFIED

The job state is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The job state is unspecified.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The job completed successfully.

SUCCEEDED = 4;

SUCCEEDED_VALUE

The job completed successfully.

SUCCEEDED = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()