Class StragglerInfo (0.9.0)

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

Information useful for straggler identification and debugging.

Attributes

Name Description
start_time google.protobuf.timestamp_pb2.Timestamp
The time when the work item attempt became a straggler.
causes MutableMapping[str, google.cloud.dataflow_v1beta3.types.StragglerInfo.StragglerDebuggingInfo]
The straggler causes, keyed by the string representation of the StragglerCause enum and contains specialized debugging information for each straggler cause.

Classes

CausesEntry

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

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

StragglerDebuggingInfo

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

Information useful for debugging a straggler. Each type will provide specialized debugging information relevant for a particular cause. The StragglerDebuggingInfo will be 1:1 mapping to the StragglerCause enum.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields