| 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 |
|---|---|
GetAgentKnowledgeBaseResult |
AWSBedrockAgentClient.getAgentKnowledgeBase(GetAgentKnowledgeBaseRequest request)
Gets information about a knowledge base associated with an agent.
|
GetAgentKnowledgeBaseResult |
AWSBedrockAgent.getAgentKnowledgeBase(GetAgentKnowledgeBaseRequest getAgentKnowledgeBaseRequest)
Gets information about a knowledge base associated with an agent.
|
GetAgentKnowledgeBaseResult |
AbstractAWSBedrockAgent.getAgentKnowledgeBase(GetAgentKnowledgeBaseRequest request) |
| 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 |
|---|---|
GetAgentKnowledgeBaseResult |
GetAgentKnowledgeBaseResult.clone() |
GetAgentKnowledgeBaseResult |
GetAgentKnowledgeBaseResult.withAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about a knowledge base attached to an agent.
|
Copyright © 2024. All rights reserved.