public sealed class DeltaPresenceEstimationResult : IMessage<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult>, IEquatable<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult>, IDeepCloneable<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult>, IBufferMessage, IMessage
Result of the δ-presence computation. Note that these results are an
estimation, not exact values.
public RepeatedField<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket> DeltaPresenceEstimationHistogram { get; }
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003eDeltaPresenceEstimationResult\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dlp.V2\u003c/code\u003e namespace, which provides estimations for δ-presence computations in data analysis.\u003c/p\u003e\n"],["\u003cp\u003eThe class is accessible in multiple versions, ranging from 2.15.0 to the latest 4.16.0, with links to each version's documentation available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeltaPresenceEstimationResult\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, showcasing its compatibility and functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides a \u003ccode\u003eDeltaPresenceEstimationHistogram\u003c/code\u003e property, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e containing \u003ccode\u003eDeltaPresenceEstimationHistogramBucket\u003c/code\u003e instances, detailing the frequency distribution of estimated probabilities.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors, one a default constructor and the other taking an existing \u003ccode\u003eDeltaPresenceEstimationResult\u003c/code\u003e object as a parameter for cloning purposes.\u003c/p\u003e\n"]]],[],null,[]]