| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
AgentKnowledgeBaseSummary |
AgentKnowledgeBaseSummary.clone() |
AgentKnowledgeBaseSummary |
AgentKnowledgeBaseSummary.withDescription(String description)
The description of the knowledge base associated with an agent.
|
AgentKnowledgeBaseSummary |
AgentKnowledgeBaseSummary.withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base associated with an agent.
|
AgentKnowledgeBaseSummary |
AgentKnowledgeBaseSummary.withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState)
Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent
request.
|
AgentKnowledgeBaseSummary |
AgentKnowledgeBaseSummary.withKnowledgeBaseState(String knowledgeBaseState)
Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent
request.
|
AgentKnowledgeBaseSummary |
AgentKnowledgeBaseSummary.withUpdatedAt(Date updatedAt)
The time at which the knowledge base associated with an agent was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentKnowledgeBaseSummary> |
ListAgentKnowledgeBasesResult.getAgentKnowledgeBaseSummaries()
A list of objects, each of which contains information about a knowledge base associated with the agent.
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentKnowledgeBasesResult |
ListAgentKnowledgeBasesResult.withAgentKnowledgeBaseSummaries(AgentKnowledgeBaseSummary... agentKnowledgeBaseSummaries)
A list of objects, each of which contains information about a knowledge base associated with the agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAgentKnowledgeBasesResult.setAgentKnowledgeBaseSummaries(Collection<AgentKnowledgeBaseSummary> agentKnowledgeBaseSummaries)
A list of objects, each of which contains information about a knowledge base associated with the agent.
|
ListAgentKnowledgeBasesResult |
ListAgentKnowledgeBasesResult.withAgentKnowledgeBaseSummaries(Collection<AgentKnowledgeBaseSummary> agentKnowledgeBaseSummaries)
A list of objects, each of which contains information about a knowledge base associated with the agent.
|
Copyright © 2025. All rights reserved.