Class CategoricalStatsHistogramBucket (3.2.4)

CategoricalStatsHistogramBucket(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Histogram of value frequencies in the column. .. attribute:: value_frequency_lower_bound

Lower bound on the value frequency of the values in this bucket.

:type: int

Attributes

NameDescription
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 Sequence[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.