| 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 |
|---|---|
UpdateKnowledgeBaseResult |
AbstractAWSBedrockAgent.updateKnowledgeBase(UpdateKnowledgeBaseRequest request) |
UpdateKnowledgeBaseResult |
AWSBedrockAgentClient.updateKnowledgeBase(UpdateKnowledgeBaseRequest request)
Updates the configuration of a knowledge base with the fields that you specify.
|
UpdateKnowledgeBaseResult |
AWSBedrockAgent.updateKnowledgeBase(UpdateKnowledgeBaseRequest updateKnowledgeBaseRequest)
Updates the configuration of a knowledge base with the fields that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateKnowledgeBaseResult> |
AbstractAWSBedrockAgentAsync.updateKnowledgeBaseAsync(UpdateKnowledgeBaseRequest request,
AsyncHandler<UpdateKnowledgeBaseRequest,UpdateKnowledgeBaseResult> asyncHandler) |
Future<UpdateKnowledgeBaseResult> |
AWSBedrockAgentAsyncClient.updateKnowledgeBaseAsync(UpdateKnowledgeBaseRequest request,
AsyncHandler<UpdateKnowledgeBaseRequest,UpdateKnowledgeBaseResult> asyncHandler) |
Future<UpdateKnowledgeBaseResult> |
AWSBedrockAgentAsync.updateKnowledgeBaseAsync(UpdateKnowledgeBaseRequest updateKnowledgeBaseRequest,
AsyncHandler<UpdateKnowledgeBaseRequest,UpdateKnowledgeBaseResult> asyncHandler)
Updates the configuration of a knowledge base with the fields that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateKnowledgeBaseResult |
UpdateKnowledgeBaseResult.clone() |
UpdateKnowledgeBaseResult |
UpdateKnowledgeBaseResult.withKnowledgeBase(KnowledgeBase knowledgeBase)
Contains details about the knowledge base.
|
Copyright © 2024. All rights reserved.