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

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



462
463
464
465
466
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 462

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