Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveAndGenerateConfiguration.Builder
Packages that use RetrieveAndGenerateConfiguration.Builder
-
Uses of RetrieveAndGenerateConfiguration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrieveAndGenerateConfiguration.BuilderModifier and TypeMethodDescriptionRetrieveAndGenerateConfiguration.builder()RetrieveAndGenerateConfiguration.Builder.externalSourcesConfiguration(Consumer<ExternalSourcesRetrieveAndGenerateConfiguration.Builder> externalSourcesConfiguration) The configuration for the external source wrapper object in theretrieveAndGeneratefunction.RetrieveAndGenerateConfiguration.Builder.externalSourcesConfiguration(ExternalSourcesRetrieveAndGenerateConfiguration externalSourcesConfiguration) The configuration for the external source wrapper object in theretrieveAndGeneratefunction.RetrieveAndGenerateConfiguration.Builder.knowledgeBaseConfiguration(Consumer<KnowledgeBaseRetrieveAndGenerateConfiguration.Builder> knowledgeBaseConfiguration) Contains details about the knowledge base for retrieving information and generating responses.RetrieveAndGenerateConfiguration.Builder.knowledgeBaseConfiguration(KnowledgeBaseRetrieveAndGenerateConfiguration knowledgeBaseConfiguration) Contains details about the knowledge base for retrieving information and generating responses.RetrieveAndGenerateConfiguration.toBuilder()The type of resource that contains your data for retrieving information and generating responses.RetrieveAndGenerateConfiguration.Builder.type(RetrieveAndGenerateType type) The type of resource that contains your data for retrieving information and generating responses.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RetrieveAndGenerateConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RetrieveAndGenerateConfiguration.Builder>RetrieveAndGenerateConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type RetrieveAndGenerateConfiguration.BuilderModifier and TypeMethodDescriptionRetrieveAndGenerateRequest.Builder.retrieveAndGenerateConfiguration(Consumer<RetrieveAndGenerateConfiguration.Builder> retrieveAndGenerateConfiguration) Contains configurations for the knowledge base query and retrieval process.RetrieveAndGenerateStreamRequest.Builder.retrieveAndGenerateConfiguration(Consumer<RetrieveAndGenerateConfiguration.Builder> retrieveAndGenerateConfiguration) Contains configurations for the knowledge base query and retrieval process.