| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
Describes the API operations for creating and managing Amazon Bedrock agents.
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAgentKnowledgeBasesResult> |
AbstractAWSBedrockAgentAsync.listAgentKnowledgeBasesAsync(ListAgentKnowledgeBasesRequest request,
AsyncHandler<ListAgentKnowledgeBasesRequest,ListAgentKnowledgeBasesResult> asyncHandler) |
Future<ListAgentKnowledgeBasesResult> |
AWSBedrockAgentAsyncClient.listAgentKnowledgeBasesAsync(ListAgentKnowledgeBasesRequest request,
AsyncHandler<ListAgentKnowledgeBasesRequest,ListAgentKnowledgeBasesResult> asyncHandler) |
Future<ListAgentKnowledgeBasesResult> |
AWSBedrockAgentAsync.listAgentKnowledgeBasesAsync(ListAgentKnowledgeBasesRequest listAgentKnowledgeBasesRequest,
AsyncHandler<ListAgentKnowledgeBasesRequest,ListAgentKnowledgeBasesResult> asyncHandler)
Lists knowledge bases associated with an agent and information about each one.
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentKnowledgeBasesRequest |
ListAgentKnowledgeBasesRequest.clone() |
ListAgentKnowledgeBasesRequest |
ListAgentKnowledgeBasesRequest.withAgentId(String agentId)
The unique identifier of the agent for which to return information about knowledge bases associated with it.
|
ListAgentKnowledgeBasesRequest |
ListAgentKnowledgeBasesRequest.withAgentVersion(String agentVersion)
The version of the agent for which to return information about knowledge bases associated with it.
|
ListAgentKnowledgeBasesRequest |
ListAgentKnowledgeBasesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListAgentKnowledgeBasesRequest |
ListAgentKnowledgeBasesRequest.withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
Copyright © 2024. All rights reserved.