| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
AgentKnowledgeBase |
AgentKnowledgeBase.clone() |
AgentKnowledgeBase |
UpdateAgentKnowledgeBaseResult.getAgentKnowledgeBase()
Contains details about the knowledge base that has been associated with an agent.
|
AgentKnowledgeBase |
GetAgentKnowledgeBaseResult.getAgentKnowledgeBase()
Contains details about a knowledge base attached to an agent.
|
AgentKnowledgeBase |
AssociateAgentKnowledgeBaseResult.getAgentKnowledgeBase()
Contains details about the knowledge base that has been associated with the agent.
|
AgentKnowledgeBase |
AgentKnowledgeBase.withAgentId(String agentId)
The unique identifier of the agent with which the knowledge base is associated.
|
AgentKnowledgeBase |
AgentKnowledgeBase.withAgentVersion(String agentVersion)
The version of the agent with which the knowledge base is associated.
|
AgentKnowledgeBase |
AgentKnowledgeBase.withCreatedAt(Date createdAt)
The time at which the association between the agent and the knowledge base was created.
|
AgentKnowledgeBase |
AgentKnowledgeBase.withDescription(String description)
The description of the association between the agent and the knowledge base.
|
AgentKnowledgeBase |
AgentKnowledgeBase.withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the association between the agent and the knowledge base.
|
AgentKnowledgeBase |
AgentKnowledgeBase.withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState)
Specifies whether to use the knowledge base or not when sending an InvokeAgent
request.
|
AgentKnowledgeBase |
AgentKnowledgeBase.withKnowledgeBaseState(String knowledgeBaseState)
Specifies whether to use the knowledge base or not when sending an InvokeAgent
request.
|
AgentKnowledgeBase |
AgentKnowledgeBase.withUpdatedAt(Date updatedAt)
The time at which the association between the agent and the knowledge base was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAgentKnowledgeBaseResult.setAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about the knowledge base that has been associated with an agent.
|
void |
GetAgentKnowledgeBaseResult.setAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about a knowledge base attached to an agent.
|
void |
AssociateAgentKnowledgeBaseResult.setAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about the knowledge base that has been associated with the agent.
|
UpdateAgentKnowledgeBaseResult |
UpdateAgentKnowledgeBaseResult.withAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about the knowledge base that has been associated with an agent.
|
GetAgentKnowledgeBaseResult |
GetAgentKnowledgeBaseResult.withAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about a knowledge base attached to an agent.
|
AssociateAgentKnowledgeBaseResult |
AssociateAgentKnowledgeBaseResult.withAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about the knowledge base that has been associated with the agent.
|
Copyright © 2024. All rights reserved.