Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningTranslationOption

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/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::GuardrailAutomatedReasoningTranslation>

Example translations that provide this possible interpretation of the input.



2126
2127
2128
2129
2130
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2126

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