Class StageExecutionDetails (0.5.4)

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

Information about the workers and work items within a stage.

Attributes

NameDescription
workers Sequence[google.cloud.dataflow_v1beta3.types.WorkerDetails]
Workers that have done work on the stage.
next_page_token str
If present, this response does not contain all requested tasks. To obtain the next page of results, repeat the request with page_token set to this value.

Inheritance

builtins.object > proto.message.Message > StageExecutionDetails