Google Cloud Data Loss Prevention v2 API - Class AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket (4.8.0)

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.DeltaPresenceEstimationHistogramBucket

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DeltaPresenceEstimationHistogramBucket()

public DeltaPresenceEstimationHistogramBucket()

DeltaPresenceEstimationHistogramBucket(DeltaPresenceEstimationHistogramBucket)

public DeltaPresenceEstimationHistogramBucket(AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket other)
Parameter
NameDescription
otherAnalyzeDataSourceRiskDetailsTypesDeltaPresenceEstimationResultTypesDeltaPresenceEstimationHistogramBucket

Properties

BucketSize

public long BucketSize { get; set; }

Number of records within these probability bounds.

Property Value
TypeDescription
long

BucketValueCount

public long BucketValueCount { get; set; }

Total number of distinct quasi-identifier tuple values in this bucket.

Property Value
TypeDescription
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
TypeDescription
RepeatedFieldAnalyzeDataSourceRiskDetailsTypesDeltaPresenceEstimationResultTypesDeltaPresenceEstimationQuasiIdValues

MaxProbability

public double MaxProbability { get; set; }

Always greater than or equal to min_probability.

Property Value
TypeDescription
double

MinProbability

public double MinProbability { get; set; }

Between 0 and 1.

Property Value
TypeDescription
double