GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CategoricalStatsHistogramBucket (google_api_dlp v0.41.0) View Source
Histogram of value frequencies in the column.
Attributes
-
bucketSize
(type:String.t
, default:nil
) - Total number of values in this bucket. -
bucketValueCount
(type:String.t
, default:nil
) - Total number of distinct values in this bucket. -
bucketValues
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ValueFrequency.t)
, default:nil
) - Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20. -
valueFrequencyLowerBound
(type:String.t
, default:nil
) - Lower bound on the value frequency of the values in this bucket. -
valueFrequencyUpperBound
(type:String.t
, default:nil
) - Upper bound on the value frequency of the values in this bucket.
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.GooglePrivacyDlpV2CategoricalStatsHistogramBucket{ bucketSize: String.t() | nil, bucketValueCount: String.t() | nil, bucketValues: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ValueFrequency.t()] | nil, valueFrequencyLowerBound: String.t() | nil, valueFrequencyUpperBound: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.