Class: Aws::QConnect::Types::AIGuardrailContentPolicyConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::AIGuardrailContentPolicyConfig
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Contains details about how to handle harmful content.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters_config ⇒ Array<Types::GuardrailContentFilterConfig>
Contains the type of the content filter and how strongly it should apply to prompts and model responses.
Instance Attribute Details
#filters_config ⇒ Array<Types::GuardrailContentFilterConfig>
Contains the type of the content filter and how strongly it should apply to prompts and model responses.
249 250 251 252 253 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 249 class AIGuardrailContentPolicyConfig < Struct.new( :filters_config) SENSITIVE = [] include Aws::Structure end |