Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningTranslationOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningTranslationOption
- Defined in:
- gems/aws-sdk-bedrockruntime/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.
1876 1877 1878 1879 1880 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1876 class GuardrailAutomatedReasoningTranslationOption < Struct.new( :translations) SENSITIVE = [] include Aws::Structure end |