Google Privacy Dlp V2Delta Presence Estimation Histogram Bucket Response
data class GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucketResponse(val bucketSize: String, val bucketValueCount: String, val bucketValues: List<GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValuesResponse>, val maxProbability: Double, val minProbability: Double)
A DeltaPresenceEstimationHistogramBucket message with the following values: min_probability: 0.1 max_probability: 0.2 frequency: 42 means that there are 42 records for which δ is in [0.1, 0.2). An important particular case is when min_probability = max_probability = 1: then, every individual who shares this quasi-identifier combination is in the dataset.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucketResponse(bucketSize: String, bucketValueCount: String, bucketValues: List<GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValuesResponse>, maxProbability: Double, minProbability: Double)