Class: Aws::Bedrock::Types::AutomatedReasoningCheckInvalidFinding

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

Overview

Indicates that the claims are logically false and contradictory to the established rules or premises.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contradicting_rulesArray<Types::AutomatedReasoningCheckRule>

The automated reasoning policy rules that contradict the claims in the input.



269
270
271
272
273
274
275
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 269

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

#logic_warningTypes::AutomatedReasoningCheckLogicWarning

Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.



269
270
271
272
273
274
275
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 269

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

#translationTypes::AutomatedReasoningCheckTranslation

The logical translation of the input that this finding invalidates.



269
270
271
272
273
274
275
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 269

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