| 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<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 |
|---|---|
UpdateAgentKnowledgeBaseRequest |
UpdateAgentKnowledgeBaseRequest.clone() |
UpdateAgentKnowledgeBaseRequest |
UpdateAgentKnowledgeBaseRequest.withAgentId(String agentId)
The unique identifier of the agent associated with the knowledge base that you want to update.
|
UpdateAgentKnowledgeBaseRequest |
UpdateAgentKnowledgeBaseRequest.withAgentVersion(String agentVersion)
The version of the agent associated with the knowledge base that you want to update.
|
UpdateAgentKnowledgeBaseRequest |
UpdateAgentKnowledgeBaseRequest.withDescription(String description)
Specifies a new description for the knowledge base associated with an agent.
|
UpdateAgentKnowledgeBaseRequest |
UpdateAgentKnowledgeBaseRequest.withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base that has been associated with an agent.
|
UpdateAgentKnowledgeBaseRequest |
UpdateAgentKnowledgeBaseRequest.withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState)
Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent
request.
|
UpdateAgentKnowledgeBaseRequest |
UpdateAgentKnowledgeBaseRequest.withKnowledgeBaseState(String knowledgeBaseState)
Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent
request.
|
Copyright © 2024. All rights reserved.