Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningInvalidFinding
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningInvalidFinding
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/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::GuardrailAutomatedReasoningRule>
The automated reasoning policy rules that contradict the claims in the input.
-
#logic_warning ⇒ Types::GuardrailAutomatedReasoningLogicWarning
Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.
-
#translation ⇒ Types::GuardrailAutomatedReasoningTranslation
The logical translation of the input that this finding invalidates.
Instance Attribute Details
#contradicting_rules ⇒ Array<Types::GuardrailAutomatedReasoningRule>
The automated reasoning policy rules that contradict the claims in the input.
1646 1647 1648 1649 1650 1651 1652 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1646 class GuardrailAutomatedReasoningInvalidFinding < Struct.new( :translation, :contradicting_rules, :logic_warning) SENSITIVE = [] include Aws::Structure end |
#logic_warning ⇒ Types::GuardrailAutomatedReasoningLogicWarning
Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.
1646 1647 1648 1649 1650 1651 1652 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1646 class GuardrailAutomatedReasoningInvalidFinding < Struct.new( :translation, :contradicting_rules, :logic_warning) SENSITIVE = [] include Aws::Structure end |
#translation ⇒ Types::GuardrailAutomatedReasoningTranslation
The logical translation of the input that this finding invalidates.
1646 1647 1648 1649 1650 1651 1652 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1646 class GuardrailAutomatedReasoningInvalidFinding < Struct.new( :translation, :contradicting_rules, :logic_warning) SENSITIVE = [] include Aws::Structure end |