| 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 |
|---|---|
UpdateAgentKnowledgeBaseResult |
AWSBedrockAgentClient.updateAgentKnowledgeBase(UpdateAgentKnowledgeBaseRequest request)
Updates the configuration for a knowledge base that has been associated with an agent.
|
UpdateAgentKnowledgeBaseResult |
AWSBedrockAgent.updateAgentKnowledgeBase(UpdateAgentKnowledgeBaseRequest updateAgentKnowledgeBaseRequest)
Updates the configuration for a knowledge base that has been associated with an agent.
|
UpdateAgentKnowledgeBaseResult |
AbstractAWSBedrockAgent.updateAgentKnowledgeBase(UpdateAgentKnowledgeBaseRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAgentKnowledgeBaseResult> |
AWSBedrockAgentAsyncClient.updateAgentKnowledgeBaseAsync(UpdateAgentKnowledgeBaseRequest request,
AsyncHandler<UpdateAgentKnowledgeBaseRequest,UpdateAgentKnowledgeBaseResult> asyncHandler) |
Future<UpdateAgentKnowledgeBaseResult> |
AWSBedrockAgentAsync.updateAgentKnowledgeBaseAsync(UpdateAgentKnowledgeBaseRequest updateAgentKnowledgeBaseRequest,
AsyncHandler<UpdateAgentKnowledgeBaseRequest,UpdateAgentKnowledgeBaseResult> asyncHandler)
Updates the configuration for a knowledge base that has been associated with an agent.
|
Future<UpdateAgentKnowledgeBaseResult> |
AbstractAWSBedrockAgentAsync.updateAgentKnowledgeBaseAsync(UpdateAgentKnowledgeBaseRequest request,
AsyncHandler<UpdateAgentKnowledgeBaseRequest,UpdateAgentKnowledgeBaseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAgentKnowledgeBaseResult |
UpdateAgentKnowledgeBaseResult.clone() |
UpdateAgentKnowledgeBaseResult |
UpdateAgentKnowledgeBaseResult.withAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about the knowledge base that has been associated with an agent.
|
Copyright © 2024. All rights reserved.