Class StageSummary (0.6.1)

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

Information about a particular execution stage of a job.

Attributes

NameDescription
stage_id str
ID of this stage
state google.cloud.dataflow_v1beta3.types.ExecutionState
State of this stage.
start_time google.protobuf.timestamp_pb2.Timestamp
Start time of this stage.
end_time google.protobuf.timestamp_pb2.Timestamp
End time of this stage. If the work item is completed, this is the actual end time of the stage. Otherwise, it is the predicted end time.
progress google.cloud.dataflow_v1beta3.types.ProgressTimeseries
Progress for this stage. Only applicable to Batch jobs.
metrics Sequence[google.cloud.dataflow_v1beta3.types.MetricUpdate]
Metrics for this stage.

Inheritance

builtins.object > proto.message.Message > StageSummary