Cloud Data Loss Prevention (DLP) V2 API - Module Google::Cloud::Dlp::V2::UniquenessScoreLevel (v1.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API module Google::Cloud::Dlp::V2::UniquenessScoreLevel.
Bucketized uniqueness score levels. A higher uniqueness score is a strong
signal that the column may contain a unique identifier like user id. A low
value indicates that the column contains few unique values like booleans or
other classifiers.
Constants
UNIQUENESS_SCORE_LEVEL_UNSPECIFIED
value: 0
Some columns do not have estimated uniqueness. Possible reasons include
having too few values.
UNIQUENESS_SCORE_LOW
value: 1
Low uniqueness, possibly a boolean, enum or similiarly typed column.
UNIQUENESS_SCORE_MEDIUM
value: 2
Medium uniqueness.
UNIQUENESS_SCORE_HIGH
value: 3
High uniqueness, possibly a column of free text or unique identifiers.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-17 UTC.
[[["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-10-17 UTC."],[],[]]