Class: Aws::BedrockAgent::Types::QueryGenerationContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::QueryGenerationContext
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
>Contains configurations for context to use during query generation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#curated_queries ⇒ Array<Types::CuratedQuery>
An array of objects, each of which defines information about example queries to help the query engine generate appropriate SQL queries.
-
#tables ⇒ Array<Types::QueryGenerationTable>
An array of objects, each of which defines information about a table in the database.
Instance Attribute Details
#curated_queries ⇒ Array<Types::CuratedQuery>
An array of objects, each of which defines information about example queries to help the query engine generate appropriate SQL queries.
8211 8212 8213 8214 8215 8216 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 8211 class QueryGenerationContext < Struct.new( :curated_queries, :tables) SENSITIVE = [] include Aws::Structure end |
#tables ⇒ Array<Types::QueryGenerationTable>
An array of objects, each of which defines information about a table in the database.
8211 8212 8213 8214 8215 8216 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 8211 class QueryGenerationContext < Struct.new( :curated_queries, :tables) SENSITIVE = [] include Aws::Structure end |