Class WorkItemDetails (0.1.5)

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

Information about an individual work item execution. .. attribute:: task_id

Name of this work item.

:type: str

Attributes

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