public enum Execution.State extends Enum<Execution.State> implements ProtocolMessageEnum
Enum description of the state of the underlying AIP job.
Protobuf enum google.events.cloud.notebooks.v1.Execution.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
CANCELLED | The job has been cancelled.
|
CANCELLED_VALUE | The job has been cancelled.
|
CANCELLING | The job is being cancelled.
|
CANCELLING_VALUE | The job is being cancelled.
|
EXPIRED | The job has become expired (relevant to Vertex AI jobs) https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState |
EXPIRED_VALUE | The job has become expired (relevant to Vertex AI jobs) https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState |
FAILED | The job failed.
|
FAILED_VALUE | The job failed.
|
INITIALIZING | The Execution is being created. |
INITIALIZING_VALUE | The Execution is being created. |
PREPARING | The service is preparing to execution the job. |
PREPARING_VALUE | The service is preparing to execution the job. |
QUEUED | The job has been just created and processing has not yet begun. |
QUEUED_VALUE | The job has been just created and processing has not yet begun. |
RUNNING | The job is in progress. |
RUNNING_VALUE | The job is in progress. |
STATE_UNSPECIFIED | The job state is unspecified. |
STATE_UNSPECIFIED_VALUE | The job state is unspecified. |
SUCCEEDED | The job completed successfully. |
SUCCEEDED_VALUE | The job completed successfully. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |