Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningSatisfiableFinding

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb

Overview

Indicates that the claims could be either true or false depending on additional assumptions not provided in the input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#claims_false_scenarioTypes::GuardrailAutomatedReasoningScenario

An example scenario demonstrating how the claims could be logically false.



1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1752

class GuardrailAutomatedReasoningSatisfiableFinding < Struct.new(
  :translation,
  :claims_true_scenario,
  :claims_false_scenario,
  :logic_warning)
  SENSITIVE = []
  include Aws::Structure
end

#claims_true_scenarioTypes::GuardrailAutomatedReasoningScenario

An example scenario demonstrating how the claims could be logically true.



1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1752

class GuardrailAutomatedReasoningSatisfiableFinding < Struct.new(
  :translation,
  :claims_true_scenario,
  :claims_false_scenario,
  :logic_warning)
  SENSITIVE = []
  include Aws::Structure
end

#logic_warningTypes::GuardrailAutomatedReasoningLogicWarning

Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.



1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1752

class GuardrailAutomatedReasoningSatisfiableFinding < Struct.new(
  :translation,
  :claims_true_scenario,
  :claims_false_scenario,
  :logic_warning)
  SENSITIVE = []
  include Aws::Structure
end

#translationTypes::GuardrailAutomatedReasoningTranslation

The logical translation of the input that this finding evaluates.



1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1752

class GuardrailAutomatedReasoningSatisfiableFinding < Struct.new(
  :translation,
  :claims_true_scenario,
  :claims_false_scenario,
  :logic_warning)
  SENSITIVE = []
  include Aws::Structure
end