Module: Google::Cloud::Notebooks::V1::Execution::State
- Defined in:
- proto_docs/google/cloud/notebooks/v1/execution.rb
Overview
Enum description of the state of the underlying AIP job.
Constant Summary collapse
- STATE_UNSPECIFIED =
The job state is unspecified.
0
- QUEUED =
The job has been just created and processing has not yet begun.
1
- PREPARING =
The service is preparing to execution the job.
2
- RUNNING =
The job is in progress.
3
- SUCCEEDED =
The job completed successfully.
4
- FAILED =
The job failed.
error_message
should contain the details of the failure. 5
- CANCELLING =
The job is being cancelled.
error_message
should describe the reason for the cancellation. 6
- CANCELLED =
The job has been cancelled.
error_message
should describe the reason for the cancellation. 7
- EXPIRED =
The job has become expired (relevant to Vertex AI jobs) https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState
9
- INITIALIZING =
The Execution is being created.
10