Class: Aws::BedrockAgentRuntime::Types::TransformationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::TransformationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains configurations for transforming the natural language query into SQL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
The mode of the transformation.
-
#text_to_sql_configuration ⇒ Types::TextToSqlConfiguration
Specifies configurations for transforming text to SQL.
Instance Attribute Details
#mode ⇒ String
The mode of the transformation.
10141 10142 10143 10144 10145 10146 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 10141 class TransformationConfiguration < Struct.new( :mode, :text_to_sql_configuration) SENSITIVE = [] include Aws::Structure end |
#text_to_sql_configuration ⇒ Types::TextToSqlConfiguration
Specifies configurations for transforming text to SQL.
10141 10142 10143 10144 10145 10146 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 10141 class TransformationConfiguration < Struct.new( :mode, :text_to_sql_configuration) SENSITIVE = [] include Aws::Structure end |