google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsResult View Source

Result of the numerical stats computation.

Attributes

  • maxValue (GooglePrivacyDlpV2Value): Maximum value appearing in the column. Defaults to: null.
  • minValue (GooglePrivacyDlpV2Value): Minimum value appearing in the column. Defaults to: null.
  • quantileValues ([GooglePrivacyDlpV2Value]): List of 99 values that partition the set of field values into 100 equal sized buckets. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsResult{
  maxValue: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t(),
  minValue: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t(),
  quantileValues: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.