Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningPolicyAssessment

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#findingsArray<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