Module: Google::Cloud::DataQnA::V1alpha::ExecutionInfo::JobExecutionState
- Defined in:
- proto_docs/google/cloud/dataqna/v1alpha/question.rb
Overview
Enum of possible job execution statuses.
Constant Summary collapse
- JOB_EXECUTION_STATE_UNSPECIFIED =
No job execution was specified.
0
- NOT_EXECUTED =
No job execution was requested, yet.
1
- RUNNING =
The job is running.
2
- SUCCEEDED =
The job completed successfully.
3
- FAILED =
The job completed unsuccessfully.
4