Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveAndGenerateResponse
Packages that use RetrieveAndGenerateResponse
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of RetrieveAndGenerateResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return RetrieveAndGenerateResponseModifier and TypeMethodDescriptiondefault RetrieveAndGenerateResponseBedrockAgentRuntimeClient.retrieveAndGenerate(Consumer<RetrieveAndGenerateRequest.Builder> retrieveAndGenerateRequest) Queries a knowledge base and generates responses based on the retrieved results and using the specified foundation model or inference profile.default RetrieveAndGenerateResponseBedrockAgentRuntimeClient.retrieveAndGenerate(RetrieveAndGenerateRequest retrieveAndGenerateRequest) Queries a knowledge base and generates responses based on the retrieved results and using the specified foundation model or inference profile.Methods in software.amazon.awssdk.services.bedrockagentruntime that return types with arguments of type RetrieveAndGenerateResponseModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.retrieveAndGenerate(Consumer<RetrieveAndGenerateRequest.Builder> retrieveAndGenerateRequest) Queries a knowledge base and generates responses based on the retrieved results and using the specified foundation model or inference profile.BedrockAgentRuntimeAsyncClient.retrieveAndGenerate(RetrieveAndGenerateRequest retrieveAndGenerateRequest) Queries a knowledge base and generates responses based on the retrieved results and using the specified foundation model or inference profile.