WorkItemDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information about an individual work item execution.
Attributes |
|
---|---|
Name | Description |
task_id |
str
Name of this work item. |
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 |
MutableSequence[google.cloud.dataflow_v1beta3.types.MetricUpdate]
Metrics for this work item. |