| 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<AssociateAgentKnowledgeBaseResult> |
AbstractAWSBedrockAgentAsync.associateAgentKnowledgeBaseAsync(AssociateAgentKnowledgeBaseRequest request,
AsyncHandler<AssociateAgentKnowledgeBaseRequest,AssociateAgentKnowledgeBaseResult> asyncHandler) |
Future<AssociateAgentKnowledgeBaseResult> |
AWSBedrockAgentAsyncClient.associateAgentKnowledgeBaseAsync(AssociateAgentKnowledgeBaseRequest request,
AsyncHandler<AssociateAgentKnowledgeBaseRequest,AssociateAgentKnowledgeBaseResult> asyncHandler) |
Future<AssociateAgentKnowledgeBaseResult> |
AWSBedrockAgentAsync.associateAgentKnowledgeBaseAsync(AssociateAgentKnowledgeBaseRequest associateAgentKnowledgeBaseRequest,
AsyncHandler<AssociateAgentKnowledgeBaseRequest,AssociateAgentKnowledgeBaseResult> asyncHandler)
Associates a knowledge base with an agent.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateAgentKnowledgeBaseRequest |
AssociateAgentKnowledgeBaseRequest.clone() |
AssociateAgentKnowledgeBaseRequest |
AssociateAgentKnowledgeBaseRequest.withAgentId(String agentId)
The unique identifier of the agent with which you want to associate the knowledge base.
|
AssociateAgentKnowledgeBaseRequest |
AssociateAgentKnowledgeBaseRequest.withAgentVersion(String agentVersion)
The version of the agent with which you want to associate the knowledge base.
|
AssociateAgentKnowledgeBaseRequest |
AssociateAgentKnowledgeBaseRequest.withDescription(String description)
A description of what the agent should use the knowledge base for.
|
AssociateAgentKnowledgeBaseRequest |
AssociateAgentKnowledgeBaseRequest.withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base to associate with the agent.
|
AssociateAgentKnowledgeBaseRequest |
AssociateAgentKnowledgeBaseRequest.withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState)
Specifies whether to use the knowledge base or not when sending an InvokeAgent
request.
|
AssociateAgentKnowledgeBaseRequest |
AssociateAgentKnowledgeBaseRequest.withKnowledgeBaseState(String knowledgeBaseState)
Specifies whether to use the knowledge base or not when sending an InvokeAgent
request.
|
Copyright © 2024. All rights reserved.