JobStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Dataproc job status.
Attributes | |
---|---|
Name | Description |
state |
google.cloud.dataproc_v1.types.JobStatus.State
Output only. A state message specifying the overall job state. |
details |
str
Optional. Output only. Job state details, such as an error description if the state is ERROR .
|
state_start_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when this state was entered. |
substate |
google.cloud.dataproc_v1.types.JobStatus.Substate
Output only. Additional state information, which includes status reported by the agent. |
Classes
State
State(value)
The job state.
Substate
Substate(value)
The job substate.