google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsResult View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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
Specs
Unwrap a decoded JSON object into its complex fields.