Class JobStatus (2.6.1)

JobStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Dataproc job status. .. attribute:: state

Output only. A state message specifying the overall job state.

:type: google.cloud.dataproc_v1.types.JobStatus.State

Attributes

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > JobStatus

Classes

State

State(value)

The job state.

Substate

Substate(value)

The job substate.