Class ClusterOperationStatus (5.9.3)

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

The status of the operation.

Attributes

NameDescription
state google.cloud.dataproc_v1.types.ClusterOperationStatus.State
Output only. A message containing the operation state.
inner_state str
Output only. A message containing the detailed operation state.
details str
Output only. A message containing any operation metadata details.
state_start_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time this state was entered.

Classes

State

State(value)

The operation state.

Values: UNKNOWN (0): Unused. PENDING (1): The operation has been created. RUNNING (2): The operation is running. DONE (3): The operation is done; either cancelled or completed.