Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningImpossibleFinding
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningImpossibleFinding
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
Indicates that no valid claims can be made due to logical contradictions in the premises or rules.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contradicting_rules ⇒ Array<Types::GuardrailAutomatedReasoningRule>
The automated reasoning policy rules that contradict the claims and/or premises 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 evaluates.
Instance Attribute Details
#contradicting_rules ⇒ Array<Types::GuardrailAutomatedReasoningRule>
The automated reasoning policy rules that contradict the claims and/or premises in the input.
1603 1604 1605 1606 1607 1608 1609 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1603 class GuardrailAutomatedReasoningImpossibleFinding < 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.
1603 1604 1605 1606 1607 1608 1609 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1603 class GuardrailAutomatedReasoningImpossibleFinding < Struct.new( :translation, :contradicting_rules, :logic_warning) SENSITIVE = [] include Aws::Structure end |
#translation ⇒ Types::GuardrailAutomatedReasoningTranslation
The logical translation of the input that this finding evaluates.
1603 1604 1605 1606 1607 1608 1609 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1603 class GuardrailAutomatedReasoningImpossibleFinding < Struct.new( :translation, :contradicting_rules, :logic_warning) SENSITIVE = [] include Aws::Structure end |