GoogleApi.Dataflow.V1b3.Model.OutlierStats (google_api_dataflow v0.53.0)

View Source

Statistics for the underflow and overflow bucket.

Attributes

  • overflowCount (type: String.t, default: nil) - Number of values that are larger than the upper bound of the largest bucket.
  • overflowMean (type: float(), default: nil) - Mean of values in the overflow bucket.
  • underflowCount (type: String.t, default: nil) - Number of values that are smaller than the lower bound of the smallest bucket.
  • underflowMean (type: float(), default: nil) - Mean of values in the undeflow bucket.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataflow.V1b3.Model.OutlierStats{
  overflowCount: String.t() | nil,
  overflowMean: float() | nil,
  underflowCount: String.t() | nil,
  underflowMean: float() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.