CategoricalStatsHistogramBucket(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Histogram of value frequencies in the column.
Attributes |
|
---|---|
Name | Description |
value_frequency_lower_bound |
int
Lower bound on the value frequency of the values in this bucket. |
value_frequency_upper_bound |
int
Upper bound on the value frequency of the values in this bucket. |
bucket_size |
int
Total number of values in this bucket. |
bucket_values |
MutableSequence[google.cloud.dlp_v2.types.ValueFrequency]
Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20. |
bucket_value_count |
int
Total number of distinct values in this bucket. |