View Source GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsStatsWithWeightsProto (google_api_content_warehouse v0.4.0)

Attributes

  • hi (type: float(), default: nil) -
  • kind (type: integer(), default: nil) -
  • lo (type: float(), default: nil) -
  • mean (type: float(), default: nil) -
  • median (type: float(), default: nil) -
  • n (type: integer(), default: nil) -
  • pc10 (type: float(), default: nil) -
  • pc25 (type: float(), default: nil) -
  • pc75 (type: float(), default: nil) -
  • pc90 (type: float(), default: nil) -
  • stdError (type: float(), default: nil) -
  • stddev (type: float(), default: nil) -
  • varOfMean (type: float(), default: nil) -
  • variance (type: float(), default: nil) -
  • weightedN (type: float(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsStatsWithWeightsProto{
    hi: float() | nil,
    kind: integer() | nil,
    lo: float() | nil,
    mean: float() | nil,
    median: float() | nil,
    n: integer() | nil,
    pc10: float() | nil,
    pc25: float() | nil,
    pc75: float() | nil,
    pc90: float() | nil,
    stdError: float() | nil,
    stddev: float() | nil,
    varOfMean: float() | nil,
    variance: float() | nil,
    weightedN: float() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.