Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::AssistAnswer::CustomerPolicyEnforcementResult::ModelArmorEnforcementResult.
Customer policy enforcement result for the Model Armor policy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error
def error() -> ::Google::Rpc::Status-
(::Google::Rpc::Status) — The error returned by Model Armor if the policy enforcement failed
for some reason.
Note: The following fields are mutually exclusive:
error,model_armor_violation. If a field in that set is populated, all other fields in the set will automatically be cleared.
#error=
def error=(value) -> ::Google::Rpc::Status-
value (::Google::Rpc::Status) — The error returned by Model Armor if the policy enforcement failed
for some reason.
Note: The following fields are mutually exclusive:
error,model_armor_violation. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Rpc::Status) — The error returned by Model Armor if the policy enforcement failed
for some reason.
Note: The following fields are mutually exclusive:
error,model_armor_violation. If a field in that set is populated, all other fields in the set will automatically be cleared.
#model_armor_violation
def model_armor_violation() -> ::String-
(::String) — The Model Armor violation that was found.
Note: The following fields are mutually exclusive:
model_armor_violation,error. If a field in that set is populated, all other fields in the set will automatically be cleared.
#model_armor_violation=
def model_armor_violation=(value) -> ::String-
value (::String) — The Model Armor violation that was found.
Note: The following fields are mutually exclusive:
model_armor_violation,error. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — The Model Armor violation that was found.
Note: The following fields are mutually exclusive:
model_armor_violation,error. If a field in that set is populated, all other fields in the set will automatically be cleared.