GoogleApi.Dataproc.V1.Model.Quantiles (google_api_dataproc v0.59.0)

View Source

Quantile metrics data related to Tasks. Units can be seconds, bytes, milliseconds, etc depending on the message type.

Attributes

  • count (type: String.t, default: nil) -
  • maximum (type: String.t, default: nil) -
  • minimum (type: String.t, default: nil) -
  • percentile25 (type: String.t, default: nil) -
  • percentile50 (type: String.t, default: nil) -
  • percentile75 (type: String.t, default: nil) -
  • sum (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.Quantiles{
  count: String.t() | nil,
  maximum: String.t() | nil,
  minimum: String.t() | nil,
  percentile25: String.t() | nil,
  percentile50: String.t() | nil,
  percentile75: String.t() | nil,
  sum: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.