Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningImpossibleFinding

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

Overview

Indicates that no valid claims can be made due to logical contradictions in the premises or rules.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contradicting_rulesArray<Types::GuardrailAutomatedReasoningRule>

The automated reasoning policy rules that contradict the claims and/or premises in the input.



1603
1604
1605
1606
1607
1608
1609
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1603

class GuardrailAutomatedReasoningImpossibleFinding < Struct.new(
  :translation,
  :contradicting_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.



1603
1604
1605
1606
1607
1608
1609
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1603

class GuardrailAutomatedReasoningImpossibleFinding < Struct.new(
  :translation,
  :contradicting_rules,
  :logic_warning)
  SENSITIVE = []
  include Aws::Structure
end

#translationTypes::GuardrailAutomatedReasoningTranslation

The logical translation of the input that this finding evaluates.



1603
1604
1605
1606
1607
1608
1609
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1603

class GuardrailAutomatedReasoningImpossibleFinding < Struct.new(
  :translation,
  :contradicting_rules,
  :logic_warning)
  SENSITIVE = []
  include Aws::Structure
end