Class StateHistory (5.0.2)

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

Historical state information.

Attributes

NameDescription
state google.cloud.dataproc_v1.types.Batch.State
Output only. The state of the batch at this point in history.
state_message str
Output only. Details about the state at this point in history.
state_start_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the batch entered the historical state.

Inheritance

builtins.object > proto.message.Message > StateHistory