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.
2017 2018 2019 2020 2021 2022 2023 2024 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2017 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.
2017 2018 2019 2020 2021 2022 2023 2024 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2017 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.
2017 2018 2019 2020 2021 2022 2023 2024 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2017 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.
2017 2018 2019 2020 2021 2022 2023 2024 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2017 class GuardrailAutomatedReasoningValidFinding < Struct.new( :translation, :claims_true_scenario, :supporting_rules, :logic_warning) SENSITIVE = [] include Aws::Structure end |