Module: Google::Cloud::Dataproc::V1::Batch::State
- Defined in:
- proto_docs/google/cloud/dataproc/v1/batches.rb
Overview
The batch state.
Constant Summary collapse
- STATE_UNSPECIFIED =
The batch state is unknown.
0
- PENDING =
The batch is created before running.
1
- RUNNING =
The batch is running.
2
- CANCELLING =
The batch is cancelling.
3
- CANCELLED =
The batch cancellation was successful.
4
- SUCCEEDED =
The batch completed successfully.
5
- FAILED =
The batch is no longer running due to an error.
6