| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagentruntime |
Contains APIs related to model invocation and querying of knowledge bases.
|
| com.amazonaws.services.bedrockagentruntime.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RetrieveAndGenerateResult> |
AbstractAWSBedrockAgentRuntimeAsync.retrieveAndGenerateAsync(RetrieveAndGenerateRequest request,
AsyncHandler<RetrieveAndGenerateRequest,RetrieveAndGenerateResult> asyncHandler) |
Future<RetrieveAndGenerateResult> |
AWSBedrockAgentRuntimeAsync.retrieveAndGenerateAsync(RetrieveAndGenerateRequest retrieveAndGenerateRequest,
AsyncHandler<RetrieveAndGenerateRequest,RetrieveAndGenerateResult> asyncHandler)
Queries a knowledge base and generates responses based on the retrieved results.
|
Future<RetrieveAndGenerateResult> |
AWSBedrockAgentRuntimeAsyncClient.retrieveAndGenerateAsync(RetrieveAndGenerateRequest request,
AsyncHandler<RetrieveAndGenerateRequest,RetrieveAndGenerateResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RetrieveAndGenerateRequest |
RetrieveAndGenerateRequest.clone() |
RetrieveAndGenerateRequest |
RetrieveAndGenerateRequest.withInput(RetrieveAndGenerateInput input)
Contains the query to be made to the knowledge base.
|
RetrieveAndGenerateRequest |
RetrieveAndGenerateRequest.withRetrieveAndGenerateConfiguration(RetrieveAndGenerateConfiguration retrieveAndGenerateConfiguration)
Contains configurations for the knowledge base query and retrieval process.
|
RetrieveAndGenerateRequest |
RetrieveAndGenerateRequest.withSessionConfiguration(RetrieveAndGenerateSessionConfiguration sessionConfiguration)
Contains details about the session with the knowledge base.
|
RetrieveAndGenerateRequest |
RetrieveAndGenerateRequest.withSessionId(String sessionId)
The unique identifier of the session.
|
Copyright © 2025. All rights reserved.