| 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<GetAgentKnowledgeBaseResult> |
AWSBedrockAgentAsyncClient.getAgentKnowledgeBaseAsync(GetAgentKnowledgeBaseRequest request,
AsyncHandler<GetAgentKnowledgeBaseRequest,GetAgentKnowledgeBaseResult> asyncHandler) |
Future<GetAgentKnowledgeBaseResult> |
AWSBedrockAgentAsync.getAgentKnowledgeBaseAsync(GetAgentKnowledgeBaseRequest getAgentKnowledgeBaseRequest,
AsyncHandler<GetAgentKnowledgeBaseRequest,GetAgentKnowledgeBaseResult> asyncHandler)
Gets information about a knowledge base associated with an agent.
|
Future<GetAgentKnowledgeBaseResult> |
AbstractAWSBedrockAgentAsync.getAgentKnowledgeBaseAsync(GetAgentKnowledgeBaseRequest request,
AsyncHandler<GetAgentKnowledgeBaseRequest,GetAgentKnowledgeBaseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAgentKnowledgeBaseRequest |
GetAgentKnowledgeBaseRequest.clone() |
GetAgentKnowledgeBaseRequest |
GetAgentKnowledgeBaseRequest.withAgentId(String agentId)
The unique identifier of the agent with which the knowledge base is associated.
|
GetAgentKnowledgeBaseRequest |
GetAgentKnowledgeBaseRequest.withAgentVersion(String agentVersion)
The version of the agent with which the knowledge base is associated.
|
GetAgentKnowledgeBaseRequest |
GetAgentKnowledgeBaseRequest.withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base associated with the agent.
|
Copyright © 2024. All rights reserved.