Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveAndGenerateResponse
-
Packages that use RetrieveAndGenerateResponse Package Description software.amazon.awssdk.services.bedrockagentruntime 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 RetrieveAndGenerateResponse Modifier and Type Method Description default 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 RetrieveAndGenerateResponse Modifier and Type Method Description default CompletableFuture<RetrieveAndGenerateResponse>BedrockAgentRuntimeAsyncClient. 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 CompletableFuture<RetrieveAndGenerateResponse>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.
-