Class: Aws::Bedrock::Types::AutomatedReasoningCheckTranslationAmbiguousFinding

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

Overview

Indicates that the input has multiple valid logical interpretations, requiring additional context or clarification.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#difference_scenariosArray<Types::AutomatedReasoningCheckScenario>

Scenarios showing how the different translation options differ in meaning.



528
529
530
531
532
533
# File 'lib/aws-sdk-bedrock/types.rb', line 528

class AutomatedReasoningCheckTranslationAmbiguousFinding < Struct.new(
  :options,
  :difference_scenarios)
  SENSITIVE = []
  include Aws::Structure
end

#optionsArray<Types::AutomatedReasoningCheckTranslationOption>

Different logical interpretations that were detected during translation of the input.



528
529
530
531
532
533
# File 'lib/aws-sdk-bedrock/types.rb', line 528

class AutomatedReasoningCheckTranslationAmbiguousFinding < Struct.new(
  :options,
  :difference_scenarios)
  SENSITIVE = []
  include Aws::Structure
end