| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
AgentSummary |
AgentSummary.clone() |
AgentSummary |
AgentSummary.withAgentId(String agentId)
The unique identifier of the agent.
|
AgentSummary |
AgentSummary.withAgentName(String agentName)
The name of the agent.
|
AgentSummary |
AgentSummary.withAgentStatus(AgentStatus agentStatus)
The status of the agent.
|
AgentSummary |
AgentSummary.withAgentStatus(String agentStatus)
The status of the agent.
|
AgentSummary |
AgentSummary.withDescription(String description)
The description of the agent.
|
AgentSummary |
AgentSummary.withGuardrailConfiguration(GuardrailConfiguration guardrailConfiguration)
Details about the guardrail associated with the agent.
|
AgentSummary |
AgentSummary.withLatestAgentVersion(String latestAgentVersion)
The latest version of the agent.
|
AgentSummary |
AgentSummary.withUpdatedAt(Date updatedAt)
The time at which the agent was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentSummary> |
ListAgentsResult.getAgentSummaries()
A list of objects, each of which contains information about an agent.
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentsResult |
ListAgentsResult.withAgentSummaries(AgentSummary... agentSummaries)
A list of objects, each of which contains information about an agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAgentsResult.setAgentSummaries(Collection<AgentSummary> agentSummaries)
A list of objects, each of which contains information about an agent.
|
ListAgentsResult |
ListAgentsResult.withAgentSummaries(Collection<AgentSummary> agentSummaries)
A list of objects, each of which contains information about an agent.
|
Copyright © 2024. All rights reserved.