Model Armor v1 API - Enum DetectionConfidenceLevel (1.0.0-beta01)

public enum DetectionConfidenceLevel

Reference documentation and code samples for the Model Armor v1 API enum DetectionConfidenceLevel.

Confidence levels for detectors. Higher value maps to a greater confidence level. To enforce stricter level a lower value should be used.

Namespace

Google.Cloud.ModelArmor.V1

Assembly

Google.Cloud.ModelArmor.V1.dll

Fields

Name Description
High

Low chance of false positives.

LowAndAbove

Highest chance of a false positive.

MediumAndAbove

Some chance of false positives.

Unspecified

Same as LOW_AND_ABOVE.