Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningValidFinding

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#claims_true_scenarioTypes::GuardrailAutomatedReasoningScenario

An example scenario demonstrating how the claims are logically true.



1905
1906
1907
1908
1909
1910
1911
1912
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1905

class GuardrailAutomatedReasoningValidFinding < Struct.new(
  :translation,
  :claims_true_scenario,
  :supporting_rules,
  :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.



1905
1906
1907
1908
1909
1910
1911
1912
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1905

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

#supporting_rulesArray<Types::GuardrailAutomatedReasoningRule>

The automated reasoning policy rules that support why this result is considered valid.



1905
1906
1907
1908
1909
1910
1911
1912
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1905

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

#translationTypes::GuardrailAutomatedReasoningTranslation

The logical translation of the input that this finding validates.



1905
1906
1907
1908
1909
1910
1911
1912
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1905

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