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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2126
2127
2128
2129
2130
2131
2132
2133
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2126

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.



2126
2127
2128
2129
2130
2131
2132
2133
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2126

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.



2126
2127
2128
2129
2130
2131
2132
2133
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2126

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.



2126
2127
2128
2129
2130
2131
2132
2133
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2126

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