| 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 |
|---|---|
RetrieveResult |
AbstractAWSBedrockAgentRuntime.retrieve(RetrieveRequest request) |
RetrieveResult |
AWSBedrockAgentRuntimeClient.retrieve(RetrieveRequest request)
Queries a knowledge base and retrieves information from it.
|
RetrieveResult |
AWSBedrockAgentRuntime.retrieve(RetrieveRequest retrieveRequest)
Queries a knowledge base and retrieves information from it.
|
Future<RetrieveResult> |
AbstractAWSBedrockAgentRuntimeAsync.retrieveAsync(RetrieveRequest request) |
Future<RetrieveResult> |
AWSBedrockAgentRuntimeAsync.retrieveAsync(RetrieveRequest retrieveRequest)
Queries a knowledge base and retrieves information from it.
|
Future<RetrieveResult> |
AWSBedrockAgentRuntimeAsyncClient.retrieveAsync(RetrieveRequest request) |
Future<RetrieveResult> |
AbstractAWSBedrockAgentRuntimeAsync.retrieveAsync(RetrieveRequest request,
AsyncHandler<RetrieveRequest,RetrieveResult> asyncHandler) |
Future<RetrieveResult> |
AWSBedrockAgentRuntimeAsync.retrieveAsync(RetrieveRequest retrieveRequest,
AsyncHandler<RetrieveRequest,RetrieveResult> asyncHandler)
Queries a knowledge base and retrieves information from it.
|
Future<RetrieveResult> |
AWSBedrockAgentRuntimeAsyncClient.retrieveAsync(RetrieveRequest request,
AsyncHandler<RetrieveRequest,RetrieveResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<RetrieveResult> |
AbstractAWSBedrockAgentRuntimeAsync.retrieveAsync(RetrieveRequest request,
AsyncHandler<RetrieveRequest,RetrieveResult> asyncHandler) |
Future<RetrieveResult> |
AWSBedrockAgentRuntimeAsync.retrieveAsync(RetrieveRequest retrieveRequest,
AsyncHandler<RetrieveRequest,RetrieveResult> asyncHandler)
Queries a knowledge base and retrieves information from it.
|
Future<RetrieveResult> |
AWSBedrockAgentRuntimeAsyncClient.retrieveAsync(RetrieveRequest request,
AsyncHandler<RetrieveRequest,RetrieveResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RetrieveRequest |
RetrieveRequest.clone() |
RetrieveRequest |
RetrieveRequest.withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base to query.
|
RetrieveRequest |
RetrieveRequest.withNextToken(String nextToken)
If there are more results than can fit in the response, the response returns a
nextToken. |
RetrieveRequest |
RetrieveRequest.withRetrievalConfiguration(KnowledgeBaseRetrievalConfiguration retrievalConfiguration)
Contains configurations for the knowledge base query and retrieval process.
|
RetrieveRequest |
RetrieveRequest.withRetrievalQuery(KnowledgeBaseQuery retrievalQuery)
Contains the query to send the knowledge base.
|
Copyright © 2024. All rights reserved.