Class ProgressTimeseries (0.3.1)

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

Information about the progress of some component of job execution.

Attributes

NameDescription
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.