Class: Aws::QConnect::Types::GuardrailContextualGroundingFilterConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GuardrailContextualGroundingFilterConfig
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The filter configuration details for the AI Guardrail's contextual grounding filter.
Constant Summary collapse
- SENSITIVE =
[:threshold, :type]
Instance Attribute Summary collapse
-
#threshold ⇒ Float
The threshold details for the AI Guardrail's contextual grounding filter.
-
#type ⇒ String
The filter type for the AI Guardrail's contextual grounding filter.
Instance Attribute Details
#threshold ⇒ Float
The threshold details for the AI Guardrail's contextual grounding filter.
4832 4833 4834 4835 4836 4837 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4832 class GuardrailContextualGroundingFilterConfig < Struct.new( :threshold, :type) SENSITIVE = [:threshold, :type] include Aws::Structure end |
#type ⇒ String
The filter type for the AI Guardrail's contextual grounding filter.
4832 4833 4834 4835 4836 4837 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4832 class GuardrailContextualGroundingFilterConfig < Struct.new( :threshold, :type) SENSITIVE = [:threshold, :type] include Aws::Structure end |