ProgressTimeseries(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information about the progress of some component of job execution.
Attributes | |
---|---|
Name | Description |
current_progress |
float
The current progress of the component, in the range [0,1]. |
data_points |
Sequence[google.cloud.dataflow_v1beta3.types.ProgressTimeseries.Point]
History of progress for the component. Points are sorted by time. |
Classes
Point
Point(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A point in the timeseries. .. attribute:: time
The timestamp of the point.
:type: google.protobuf.timestamp_pb2.Timestamp