Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::AssistAnswer::CustomerPolicyEnforcementResult::ModelArmorEnforcementResult (v0.28.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.