GooglePrivacyDlpV2KAnonymityHistogramBucketResponse

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.

Constructors

fun GooglePrivacyDlpV2KAnonymityHistogramBucketResponse(bucketSize: String, bucketValueCount: String, bucketValues: List<GooglePrivacyDlpV2KAnonymityEquivalenceClassResponse>, equivalenceClassSizeLowerBound: String, equivalenceClassSizeUpperBound: 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 size of the equivalence classes in this bucket.

Link copied to clipboard

Upper bound on the size of the equivalence classes in this bucket.