Class: Aws::BedrockAgentRuntime::Types::GeneratedQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GeneratedQuery
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about a query generated for a natural language query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sql ⇒ String
An SQL query that corresponds to the natural language query.
-
#type ⇒ String
The type of transformed query.
Instance Attribute Details
#sql ⇒ String
An SQL query that corresponds to the natural language query.
1807 1808 1809 1810 1811 1812 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1807 class GeneratedQuery < Struct.new( :sql, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of transformed query.
1807 1808 1809 1810 1811 1812 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1807 class GeneratedQuery < Struct.new( :sql, :type) SENSITIVE = [] include Aws::Structure end |