Discovery Engine V1BETA API - Module Google::Cloud::DiscoveryEngine::V1beta::Assistant::CustomerPolicy::ModelArmorConfig::FailureMode (v0.28.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::Assistant::CustomerPolicy::ModelArmorConfig::FailureMode.
Determines the behavior when Model Armor fails to process a request.
Constants
FAILURE_MODE_UNSPECIFIED
value: 0 Unspecified failure mode, default behavior is FAIL_CLOSED.
FAIL_OPEN
value: 1 In case of a Model Armor processing failure, the request is allowed
to proceed without any changes.
FAIL_CLOSED
value: 2 In case of a Model Armor processing failure, the request is rejected.