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 |
MutableSequence[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.