View Source GoogleApi.Dataflow.V1b3.Model.StragglerSummary (google_api_dataflow v0.51.0)
Summarized straggler identification details.
Attributes
-
recentStragglers(type:list(GoogleApi.Dataflow.V1b3.Model.Straggler.t), default:nil) - The most recent stragglers. -
stragglerCauseCount(type:map(), default:nil) - Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum. -
totalStragglerCount(type:String.t, default:nil) - The total count of stragglers.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.StragglerSummary{ recentStragglers: [GoogleApi.Dataflow.V1b3.Model.Straggler.t()] | nil, stragglerCauseCount: map() | nil, totalStragglerCount: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.