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 webpage details the \u003ccode\u003eDeltaPresenceEstimationResult\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dlp.V2\u003c/code\u003e namespace, specifically focusing on version 3.2.0 and offering links to various other versions ranging from 2.15.0 to 4.16.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeltaPresenceEstimationResult\u003c/code\u003e class is designed to provide estimations rather than exact values, resulting from the δ-presence computation, and it inherits from and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: one default constructor and another that accepts an existing \u003ccode\u003eDeltaPresenceEstimationResult\u003c/code\u003e object as a parameter, enabling the creation of new instances or copying existing ones.\u003c/p\u003e\n"],["\u003cp\u003eThe primary property of the \u003ccode\u003eDeltaPresenceEstimationResult\u003c/code\u003e class is \u003ccode\u003eDeltaPresenceEstimationHistogram\u003c/code\u003e, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eDeltaPresenceEstimationHistogramBucket\u003c/code\u003e and provides a structured representation of probability intervals and their corresponding frequencies.\u003c/p\u003e\n"],["\u003cp\u003eThe available members in this class are inherited from the parent \u003ccode\u003eObject\u003c/code\u003e class, and include members such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]