public sealed class AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult : IMessage<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult>, IEquatable<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult>, IDeepCloneable<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.
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 provides reference documentation for the \u003ccode\u003eAnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult\u003c/code\u003e class in the Google Cloud Data Loss Prevention v2 API, detailing its structure and functionality across multiple versions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeltaPresenceEstimationResult\u003c/code\u003e class is used to represent the estimated results of a δ-presence computation, and is an estimation, not an exact value.\u003c/p\u003e\n"],["\u003cp\u003eThe document outlines the class's inheritance from \u003ccode\u003eobject\u003c/code\u003e and its implementation of several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing for message handling, comparison, deep cloning and buffer message operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeltaPresenceEstimationHistogram\u003c/code\u003e property within this class is detailed, explaining it as a collection of \u003ccode\u003eDeltaPresenceEstimationHistogramBucket\u003c/code\u003e instances, which provide the frequency of records within specific probability intervals.\u003c/p\u003e\n"],["\u003cp\u003eThe available versions for this class range from version 2.15.0 up to the latest version 4.16.0, with links to documentation for each respective version.\u003c/p\u003e\n"]]],[],null,[]]