Google Privacy Dlp V2KAnonymity Histogram Bucket Response
data class GooglePrivacyDlpV2KAnonymityHistogramBucketResponse(val bucketSize: String, val bucketValueCount: String, val bucketValues: List<GooglePrivacyDlpV2KAnonymityEquivalenceClassResponse>, val equivalenceClassSizeLowerBound: String, val equivalenceClassSizeUpperBound: String)
Histogram of k-anonymity equivalence classes.
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 size of the equivalence classes in this bucket.
Link copied to clipboard
Upper bound on the size of the equivalence classes in this bucket.