View Source GoogleApi.Dataflow.V1b3.Model.Straggler (google_api_dataflow v0.48.0)

Information for a straggler.

Attributes

  • batchStraggler (type: GoogleApi.Dataflow.V1b3.Model.StragglerInfo.t, default: nil) - Batch straggler identification and debugging information.
  • streamingStraggler (type: GoogleApi.Dataflow.V1b3.Model.StreamingStragglerInfo.t, default: nil) - Streaming straggler identification and debugging information.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.Straggler{
  batchStraggler: GoogleApi.Dataflow.V1b3.Model.StragglerInfo.t() | nil,
  streamingStraggler:
    GoogleApi.Dataflow.V1b3.Model.StreamingStragglerInfo.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.