GooglePrivacyDlpV2CategoricalStatsHistogramBucketResponse

data class GooglePrivacyDlpV2CategoricalStatsHistogramBucketResponse(val bucketSize: String, val bucketValueCount: String, val bucketValues: List<GooglePrivacyDlpV2ValueFrequencyResponse>, val valueFrequencyLowerBound: String, val valueFrequencyUpperBound: String)

Histogram of value frequencies in the column.

Constructors

fun GooglePrivacyDlpV2CategoricalStatsHistogramBucketResponse(bucketSize: String, bucketValueCount: String, bucketValues: List<GooglePrivacyDlpV2ValueFrequencyResponse>, valueFrequencyLowerBound: String, valueFrequencyUpperBound: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Total number of values in this bucket.

Link copied to clipboard

Total number of distinct values in this bucket.

Link copied to clipboard

Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.

Link copied to clipboard

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

Link copied to clipboard

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