Class: Aws::Bedrock::Types::GuardrailContextualGroundingFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailContextualGroundingFilter
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
The 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 type details for the guardrails contextual grounding filter.
Instance Attribute Details
#threshold ⇒ Float
The threshold details for the guardrails contextual grounding filter.
2642 2643 2644 2645 2646 2647 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2642 class GuardrailContextualGroundingFilter < Struct.new( :type, :threshold) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The filter type details for the guardrails contextual grounding filter.
2642 2643 2644 2645 2646 2647 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2642 class GuardrailContextualGroundingFilter < Struct.new( :type, :threshold) SENSITIVE = [] include Aws::Structure end |