google_api_dlp v0.34.2 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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.