Reference documentation and code samples for the Google Cloud Model Armor V1beta Client class SdpFindingLikelihood.
For more information about each Sensitive Data Protection likelihood level, see https://cloud.google.com/sensitive-data-protection/docs/likelihood.
Protobuf type google.cloud.modelarmor.v1beta.SdpFindingLikelihood
Namespace
Google \ Cloud \ ModelArmor \ V1betaMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SDP_FINDING_LIKELIHOOD_UNSPECIFIED
Value: 0
Default value; same as POSSIBLE.
Generated from protobuf enum SDP_FINDING_LIKELIHOOD_UNSPECIFIED = 0;
VERY_UNLIKELY
Value: 1
Highest chance of a false positive.
Generated from protobuf enum VERY_UNLIKELY = 1;
UNLIKELY
Value: 2
High chance of a false positive.
Generated from protobuf enum UNLIKELY = 2;
POSSIBLE
Value: 3
Some matching signals. The default value.
Generated from protobuf enum POSSIBLE = 3;
LIKELY
Value: 4
Low chance of a false positive.
Generated from protobuf enum LIKELY = 4;
VERY_LIKELY
Value: 5
Confidence level is high. Lowest chance of a false positive.
Generated from protobuf enum VERY_LIKELY = 5;