Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.QueryGenerationContext.Builder
Packages that use QueryGenerationContext.Builder
-
Uses of QueryGenerationContext.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return QueryGenerationContext.BuilderModifier and TypeMethodDescriptionQueryGenerationContext.builder()QueryGenerationContext.Builder.curatedQueries(Collection<CuratedQuery> curatedQueries) An array of objects, each of which defines information about example queries to help the query engine generate appropriate SQL queries.QueryGenerationContext.Builder.curatedQueries(Consumer<CuratedQuery.Builder>... curatedQueries) An array of objects, each of which defines information about example queries to help the query engine generate appropriate SQL queries.QueryGenerationContext.Builder.curatedQueries(CuratedQuery... curatedQueries) An array of objects, each of which defines information about example queries to help the query engine generate appropriate SQL queries.QueryGenerationContext.Builder.tables(Collection<QueryGenerationTable> tables) An array of objects, each of which defines information about a table in the database.QueryGenerationContext.Builder.tables(Consumer<QueryGenerationTable.Builder>... tables) An array of objects, each of which defines information about a table in the database.QueryGenerationContext.Builder.tables(QueryGenerationTable... tables) An array of objects, each of which defines information about a table in the database.QueryGenerationContext.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type QueryGenerationContext.BuilderModifier and TypeMethodDescriptionstatic Class<? extends QueryGenerationContext.Builder>QueryGenerationContext.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type QueryGenerationContext.BuilderModifier and TypeMethodDescriptionQueryGenerationConfiguration.Builder.generationContext(Consumer<QueryGenerationContext.Builder> generationContext) Specifies configurations for context to use during query generation.