| 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 |
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.
|
RetrieveResult |
AbstractAWSBedrockAgentRuntime.retrieve(RetrieveRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<RetrieveResult> |
AWSBedrockAgentRuntimeAsyncClient.retrieveAsync(RetrieveRequest request) |
Future<RetrieveResult> |
AWSBedrockAgentRuntimeAsync.retrieveAsync(RetrieveRequest retrieveRequest)
Queries a knowledge base and retrieves information from it.
|
Future<RetrieveResult> |
AbstractAWSBedrockAgentRuntimeAsync.retrieveAsync(RetrieveRequest request) |
Future<RetrieveResult> |
AWSBedrockAgentRuntimeAsyncClient.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> |
AbstractAWSBedrockAgentRuntimeAsync.retrieveAsync(RetrieveRequest request,
AsyncHandler<RetrieveRequest,RetrieveResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<RetrieveResult> |
AWSBedrockAgentRuntimeAsyncClient.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> |
AbstractAWSBedrockAgentRuntimeAsync.retrieveAsync(RetrieveRequest request,
AsyncHandler<RetrieveRequest,RetrieveResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RetrieveResult |
RetrieveResult.clone() |
RetrieveResult |
RetrieveResult.withNextToken(String nextToken)
If there are more results than can fit in the response, the response returns a
nextToken. |
RetrieveResult |
RetrieveResult.withRetrievalResults(Collection<KnowledgeBaseRetrievalResult> retrievalResults)
A list of results from querying the knowledge base.
|
RetrieveResult |
RetrieveResult.withRetrievalResults(KnowledgeBaseRetrievalResult... retrievalResults)
A list of results from querying the knowledge base.
|
Copyright © 2024. All rights reserved.