Class: Aws::Bedrock::Types::AutomatedReasoningCheckValidFinding

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/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::AutomatedReasoningCheckScenario

An example scenario demonstrating how the claims are logically true.



491
492
493
494
495
496
497
498
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 491

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



491
492
493
494
495
496
497
498
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 491

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

#supporting_rulesArray<Types::AutomatedReasoningCheckRule>

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



491
492
493
494
495
496
497
498
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 491

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

#translationTypes::AutomatedReasoningCheckTranslation

The logical translation of the input that this finding validates.



491
492
493
494
495
496
497
498
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 491

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