Class: Aws::Bedrock::Types::AutomatedReasoningCheckInvalidFinding
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningCheckInvalidFinding
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Indicates that the claims are logically false and contradictory to the established rules or premises.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contradicting_rules ⇒ Array<Types::AutomatedReasoningCheckRule>
The automated reasoning policy rules that contradict the claims in the input.
-
#logic_warning ⇒ Types::AutomatedReasoningCheckLogicWarning
Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.
-
#translation ⇒ Types::AutomatedReasoningCheckTranslation
The logical translation of the input that this finding invalidates.
Instance Attribute Details
#contradicting_rules ⇒ Array<Types::AutomatedReasoningCheckRule>
The automated reasoning policy rules that contradict the claims in the input.
269 270 271 272 273 274 275 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 269 class AutomatedReasoningCheckInvalidFinding < Struct.new( :translation, :contradicting_rules, :logic_warning) SENSITIVE = [] include Aws::Structure end |
#logic_warning ⇒ Types::AutomatedReasoningCheckLogicWarning
Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.
269 270 271 272 273 274 275 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 269 class AutomatedReasoningCheckInvalidFinding < Struct.new( :translation, :contradicting_rules, :logic_warning) SENSITIVE = [] include Aws::Structure end |
#translation ⇒ Types::AutomatedReasoningCheckTranslation
The logical translation of the input that this finding invalidates.
269 270 271 272 273 274 275 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 269 class AutomatedReasoningCheckInvalidFinding < Struct.new( :translation, :contradicting_rules, :logic_warning) SENSITIVE = [] include Aws::Structure end |