GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsResult (google_api_dlp v0.41.0) 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() | nil, minValue: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t() | nil, quantileValues: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.