public sealed class AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket : IMessage<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket>, IEquatable<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket>, IDeepCloneable<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket.
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.
Inheritance
object > AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucketImplements
IMessageAnalyzeDataSourceRiskDetailsTypesDeltaPresenceEstimationResultTypesDeltaPresenceEstimationHistogramBucket, IEquatableAnalyzeDataSourceRiskDetailsTypesDeltaPresenceEstimationResultTypesDeltaPresenceEstimationHistogramBucket, IDeepCloneableAnalyzeDataSourceRiskDetailsTypesDeltaPresenceEstimationResultTypesDeltaPresenceEstimationHistogramBucket, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DeltaPresenceEstimationHistogramBucket()
public DeltaPresenceEstimationHistogramBucket()
DeltaPresenceEstimationHistogramBucket(DeltaPresenceEstimationHistogramBucket)
public DeltaPresenceEstimationHistogramBucket(AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket other)
Parameter | |
---|---|
Name | Description |
other |
AnalyzeDataSourceRiskDetailsTypesDeltaPresenceEstimationResultTypesDeltaPresenceEstimationHistogramBucket |
Properties
BucketSize
public long BucketSize { get; set; }
Number of records within these probability bounds.
Property Value | |
---|---|
Type | Description |
long |
BucketValueCount
public long BucketValueCount { get; set; }
Total number of distinct quasi-identifier tuple values in this bucket.
Property Value | |
---|---|
Type | Description |
long |
BucketValues
public RepeatedField<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationQuasiIdValues> BucketValues { get; }
Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAnalyzeDataSourceRiskDetailsTypesDeltaPresenceEstimationResultTypesDeltaPresenceEstimationQuasiIdValues |
MaxProbability
public double MaxProbability { get; set; }
Always greater than or equal to min_probability.
Property Value | |
---|---|
Type | Description |
double |
MinProbability
public double MinProbability { get; set; }
Between 0 and 1.
Property Value | |
---|---|
Type | Description |
double |