Class: Aws::Bedrock::Types::GuardrailContextualGroundingFilterConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailContextualGroundingFilterConfig
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
The filter configuration details for the guardrails contextual grounding filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#threshold ⇒ Float
The threshold details for the guardrails contextual grounding filter.
-
#type ⇒ String
The filter details for the guardrails contextual grounding filter.
Instance Attribute Details
#threshold ⇒ Float
The threshold details for the guardrails contextual grounding filter.
2663 2664 2665 2666 2667 2668 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2663 class GuardrailContextualGroundingFilterConfig < Struct.new( :type, :threshold) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The filter details for the guardrails contextual grounding filter.
2663 2664 2665 2666 2667 2668 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2663 class GuardrailContextualGroundingFilterConfig < Struct.new( :type, :threshold) SENSITIVE = [] include Aws::Structure end |