Data Loss Prevention V2 Client - Class UniquenessScoreLevel (1.15.1)

Reference documentation and code samples for the Data Loss Prevention V2 Client class 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.

Protobuf type google.privacy.dlp.v2.UniquenessScoreLevel

Namespace

Google \ Cloud \ Dlp \ V2

Methods

static::name

Parameter
Name
Description
value
mixed

static::value

Parameter
Name
Description
name
mixed

Constants

UNIQUENESS_SCORE_LEVEL_UNSPECIFIED

  Value: 0 
 

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

Generated from protobuf enum UNIQUENESS_SCORE_LEVEL_UNSPECIFIED = 0;

UNIQUENESS_SCORE_LOW

  Value: 1 
 

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

Generated from protobuf enum UNIQUENESS_SCORE_LOW = 1;

UNIQUENESS_SCORE_MEDIUM

  Value: 2 
 

Medium uniqueness.

Generated from protobuf enum UNIQUENESS_SCORE_MEDIUM = 2;

UNIQUENESS_SCORE_HIGH

  Value: 3 
 

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

Generated from protobuf enum UNIQUENESS_SCORE_HIGH = 3;

Design a Mobile Site
View Site in Mobile | Classic
Share by: