View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsResult (google_api_dlp v0.46.0)

Result of the numerical stats computation.

Attributes

  • maxValue (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t, default: nil) - Maximum value appearing in the column.
  • minValue (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t, default: nil) - Minimum value appearing in the column.
  • quantileValues (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t), default: nil) - List of 99 values that partition the set of field values into 100 equal sized buckets.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsResult{
  maxValue: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t() | nil,
  minValue: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t() | nil,
  quantileValues: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.