Module: Google::Cloud::Dlp::V2::UniquenessScoreLevel

Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

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.

Constant Summary collapse

UNIQUENESS_SCORE_LEVEL_UNSPECIFIED =

Some columns do not have estimated uniqueness. Possible reasons include having too few values.

0
UNIQUENESS_SCORE_LOW =

Low uniqueness, possibly a boolean, enum or similiarly typed column.

1
UNIQUENESS_SCORE_MEDIUM =

Medium uniqueness.

2
UNIQUENESS_SCORE_HIGH =

High uniqueness, possibly a column of free text or unique identifiers.

3