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.



1864
1865
1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1864

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.



1864
1865
1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1864

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.



1864
1865
1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1864

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.



1864
1865
1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1864

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