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 document outlines the \u003ccode\u003eDeltaPresenceEstimationResult\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dlp.V2\u003c/code\u003e namespace, which provides estimated results for δ-presence computations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeltaPresenceEstimationResult\u003c/code\u003e class is implemented with multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits methods from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe document details the constructors for the \u003ccode\u003eDeltaPresenceEstimationResult\u003c/code\u003e class, including a default constructor and one that takes another \u003ccode\u003eDeltaPresenceEstimationResult\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeltaPresenceEstimationHistogram\u003c/code\u003e property, of type \u003ccode\u003eRepeatedField\u003c/code\u003e, provides a collection of frequency data for probability ranges, where each range represents a non-overlapping interval, and values outside these ranges have a frequency of zero.\u003c/p\u003e\n"],["\u003cp\u003eThe page shows the available versions for the \u003ccode\u003eDeltaPresenceEstimationResult\u003c/code\u003e, starting at 2.15.0 and going up to the most recent, 4.16.0.\u003c/p\u003e\n"]]],[],null,[]]