Class: Aws::Bedrock::Types::AutomatedReasoningCheckTranslationAmbiguousFinding
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningCheckTranslationAmbiguousFinding
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Indicates that the input has multiple valid logical interpretations, requiring additional context or clarification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#difference_scenarios ⇒ Array<Types::AutomatedReasoningCheckScenario>
Scenarios showing how the different translation options differ in meaning.
-
#options ⇒ Array<Types::AutomatedReasoningCheckTranslationOption>
Different logical interpretations that were detected during translation of the input.
Instance Attribute Details
#difference_scenarios ⇒ Array<Types::AutomatedReasoningCheckScenario>
Scenarios showing how the different translation options differ in meaning.
445 446 447 448 449 450 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 445 class AutomatedReasoningCheckTranslationAmbiguousFinding < Struct.new( :options, :difference_scenarios) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Array<Types::AutomatedReasoningCheckTranslationOption>
Different logical interpretations that were detected during translation of the input.
445 446 447 448 449 450 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 445 class AutomatedReasoningCheckTranslationAmbiguousFinding < Struct.new( :options, :difference_scenarios) SENSITIVE = [] include Aws::Structure end |