HotKeyDebuggingInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information useful for debugging a hot key detection.
Attribute |
|
---|---|
Name | Description |
detected_hot_keys |
MutableMapping[int, google.cloud.dataflow_v1beta3.types.HotKeyDebuggingInfo.HotKeyInfo]
Debugging information for each detected hot key. Keyed by a hash of the key. |
Classes
DetectedHotKeysEntry
DetectedHotKeysEntry(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,
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 |
HotKeyInfo
HotKeyInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information about a hot key.