Model Armor v1 API - Enum Template.Types.TemplateMetadata.Types.EnforcementType (1.0.0-beta05)

public enum Template.Types.TemplateMetadata.Types.EnforcementType

Reference documentation and code samples for the Model Armor v1 API enum Template.Types.TemplateMetadata.Types.EnforcementType.

Enforcement type for Model Armor filters.

Namespace

Google.Cloud.ModelArmor.V1

Assembly

Google.Cloud.ModelArmor.V1.dll

Fields

Name Description
InspectAndBlock

Model Armor filters will run in inspect and block mode. Requests that trip Model Armor filters will be blocked.

InspectOnly

Model Armor filters will run in inspect only mode. No action will be taken on the request.

Unspecified

Default value. Same as INSPECT_AND_BLOCK.