Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningTranslationOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningTranslationOption
- 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
-
#translations ⇒ Array<Types::GuardrailAutomatedReasoningTranslation>
Example translations that provide this possible interpretation of the input.
Instance Attribute Details
#translations ⇒ Array<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 |