Class GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket
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.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket : IDirectResponseSchema
Properties
BucketSize
Number of records within these probability bounds.
Declaration
[JsonProperty("bucketSize")]
public virtual long? BucketSize { get; set; }
Property Value
Type | Description |
---|---|
long? |
BucketValueCount
Total number of distinct quasi-identifier tuple values in this bucket.
Declaration
[JsonProperty("bucketValueCount")]
public virtual long? BucketValueCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
BucketValues
Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.
Declaration
[JsonProperty("bucketValues")]
public virtual IList<GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues> BucketValues { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxProbability
Always greater than or equal to min_probability.
Declaration
[JsonProperty("maxProbability")]
public virtual double? MaxProbability { get; set; }
Property Value
Type | Description |
---|---|
double? |
MinProbability
Between 0 and 1.
Declaration
[JsonProperty("minProbability")]
public virtual double? MinProbability { get; set; }
Property Value
Type | Description |
---|---|
double? |