GooglePrivacyDlpV2LDiversityHistogramBucketResponse

data class GooglePrivacyDlpV2LDiversityHistogramBucketResponse(val bucketSize: String, val bucketValueCount: String, val bucketValues: List<GooglePrivacyDlpV2LDiversityEquivalenceClassResponse>, val sensitiveValueFrequencyLowerBound: String, val sensitiveValueFrequencyUpperBound: String)

Histogram of l-diversity equivalence class sensitive value frequencies.

Constructors

fun GooglePrivacyDlpV2LDiversityHistogramBucketResponse(bucketSize: String, bucketValueCount: String, bucketValues: List<GooglePrivacyDlpV2LDiversityEquivalenceClassResponse>, sensitiveValueFrequencyLowerBound: String, sensitiveValueFrequencyUpperBound: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Total number of equivalence classes in this bucket.

Link copied to clipboard

Total number of distinct equivalence classes in this bucket.

Link copied to clipboard

Sample of equivalence classes in this bucket. The total number of classes returned per bucket is capped at 20.

Link copied to clipboard

Lower bound on the sensitive value frequencies of the equivalence classes in this bucket.

Link copied to clipboard

Upper bound on the sensitive value frequencies of the equivalence classes in this bucket.