View Source GoogleApi.Dataflow.V1b3.Model.StragglerInfo (google_api_dataflow v0.46.0)

Information useful for straggler identification and debugging.

Attributes

  • causes (type: %{optional(String.t) => GoogleApi.Dataflow.V1b3.Model.StragglerDebuggingInfo.t}, default: nil) - The straggler causes, keyed by the string representation of the StragglerCause enum and contains specialized debugging information for each straggler cause.
  • startTime (type: DateTime.t, default: nil) - The time when the work item attempt became a straggler.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.StragglerInfo{
  causes:
    %{
      optional(String.t()) =>
        GoogleApi.Dataflow.V1b3.Model.StragglerDebuggingInfo.t()
    }
    | nil,
  startTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.