Class: Aws::BedrockRuntime::Types::GuardrailContextualGroundingPolicyAssessment
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailContextualGroundingPolicyAssessment
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
The policy assessment details for the guardrails contextual grounding filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::GuardrailContextualGroundingFilter>
The filter details for the guardrails contextual grounding filter.
Instance Attribute Details
#filters ⇒ Array<Types::GuardrailContextualGroundingFilter>
The filter details for the guardrails contextual grounding filter.
945 946 947 948 949 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 945 class GuardrailContextualGroundingPolicyAssessment < Struct.new( :filters) SENSITIVE = [] include Aws::Structure end |