Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningValidFinding
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningValidFinding
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
Indicates that the claims are definitively true and logically implied by the premises, with no possible alternative interpretations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#claims_true_scenario ⇒ Types::GuardrailAutomatedReasoningScenario
An example scenario demonstrating how the claims are logically true.
-
#logic_warning ⇒ Types::GuardrailAutomatedReasoningLogicWarning
Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.
-
#supporting_rules ⇒ Array<Types::GuardrailAutomatedReasoningRule>
The automated reasoning policy rules that support why this result is considered valid.
-
#translation ⇒ Types::GuardrailAutomatedReasoningTranslation
The logical translation of the input that this finding validates.
Instance Attribute Details
#claims_true_scenario ⇒ Types::GuardrailAutomatedReasoningScenario
An example scenario demonstrating how the claims are logically true.
1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1905 class GuardrailAutomatedReasoningValidFinding < Struct.new( :translation, :claims_true_scenario, :supporting_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.
1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1905 class GuardrailAutomatedReasoningValidFinding < Struct.new( :translation, :claims_true_scenario, :supporting_rules, :logic_warning) SENSITIVE = [] include Aws::Structure end |
#supporting_rules ⇒ Array<Types::GuardrailAutomatedReasoningRule>
The automated reasoning policy rules that support why this result is considered valid.
1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1905 class GuardrailAutomatedReasoningValidFinding < Struct.new( :translation, :claims_true_scenario, :supporting_rules, :logic_warning) SENSITIVE = [] include Aws::Structure end |
#translation ⇒ Types::GuardrailAutomatedReasoningTranslation
The logical translation of the input that this finding validates.
1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1905 class GuardrailAutomatedReasoningValidFinding < Struct.new( :translation, :claims_true_scenario, :supporting_rules, :logic_warning) SENSITIVE = [] include Aws::Structure end |