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.



2002
2003
2004
2005
2006
2007
2008
2009
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2002

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.



2002
2003
2004
2005
2006
2007
2008
2009
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2002

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.



2002
2003
2004
2005
2006
2007
2008
2009
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2002

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.



2002
2003
2004
2005
2006
2007
2008
2009
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2002

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