Class: Aws::Bedrock::Types::AutomatedReasoningCheckTranslationOption

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

Overview

Represents one possible logical interpretation of ambiguous input content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#translationsArray<Types::AutomatedReasoningCheckTranslation>

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



545
546
547
548
549
# File 'lib/aws-sdk-bedrock/types.rb', line 545

class AutomatedReasoningCheckTranslationOption < Struct.new(
  :translations)
  SENSITIVE = []
  include Aws::Structure
end