View Source GoogleApi.Dataflow.V1b3.Model.StragglerDebuggingInfo (google_api_dataflow v0.52.0)

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.

Attributes

  • hotKey (type: GoogleApi.Dataflow.V1b3.Model.HotKeyDebuggingInfo.t, default: nil) - Hot key debugging details.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataflow.V1b3.Model.StragglerDebuggingInfo{
  hotKey: GoogleApi.Dataflow.V1b3.Model.HotKeyDebuggingInfo.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.