public sealed class InspectConfig.Types.InfoTypeLikelihood : IMessage<InspectConfig.Types.InfoTypeLikelihood>, IEquatable<InspectConfig.Types.InfoTypeLikelihood>, IDeepCloneable<InspectConfig.Types.InfoTypeLikelihood>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InspectConfig.Types.InfoTypeLikelihood.
Configuration for setting a minimum likelihood per infotype. Used to
customize the minimum likelihood level for specific infotypes in the
request. For example, use this if you want to lower the precision for
PERSON_NAME without lowering the precision for the other infotypes in the
request.
Type of information the likelihood threshold applies to. Only one
likelihood per info_type should be provided. If InfoTypeLikelihood does
not have an info_type, the configuration fails.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This document provides reference documentation for the `InspectConfig.Types.InfoTypeLikelihood` class within the Google Cloud Data Loss Prevention v2 API."],["The `InfoTypeLikelihood` class allows configuration for setting a minimum likelihood level for specific infotypes, customizing precision for each within data inspection requests."],["There is an extensive list of versions of the `Google.Cloud.Dlp.V2` library in the documentation, the latest being version 4.16.0, with versions going all the way down to 2.15.0, the second-lowest documented."],["`InfoTypeLikelihood` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, demonstrating its role in message handling and data comparison."],["The configuration of the `InfoTypeLikelihood` class allows the specification of `InfoType`, defining the type of information, as well as `MinLikelihood`, which defines the minimum threshold."]]],[]]