Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningPolicyAssessment
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningPolicyAssessment
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
Contains the results of automated reasoning policy evaluation, including logical findings about the validity of claims made in the input content.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#findings ⇒ Array<Types::GuardrailAutomatedReasoningFinding>
List of logical validation results produced by evaluating the input content against automated reasoning policies.
Instance Attribute Details
#findings ⇒ Array<Types::GuardrailAutomatedReasoningFinding>
List of logical validation results produced by evaluating the input content against automated reasoning policies.
1701 1702 1703 1704 1705 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1701 class GuardrailAutomatedReasoningPolicyAssessment < Struct.new( :findings) SENSITIVE = [] include Aws::Structure end |