Class: Aws::Bedrock::Types::AutomatedReasoningCheckTranslationOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningCheckTranslationOption
- 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
-
#translations ⇒ Array<Types::AutomatedReasoningCheckTranslation>
Different logical interpretations that were detected during translation of the input.
Instance Attribute Details
#translations ⇒ Array<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 |