Google Privacy Dlp V2LDiversity Histogram Bucket Response
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.
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.