| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
AgentVersionSummary |
AgentVersionSummary.clone() |
AgentVersionSummary |
AgentVersionSummary.withAgentName(String agentName)
The name of the agent to which the version belongs.
|
AgentVersionSummary |
AgentVersionSummary.withAgentStatus(AgentStatus agentStatus)
The status of the agent to which the version belongs.
|
AgentVersionSummary |
AgentVersionSummary.withAgentStatus(String agentStatus)
The status of the agent to which the version belongs.
|
AgentVersionSummary |
AgentVersionSummary.withAgentVersion(String agentVersion)
The version of the agent.
|
AgentVersionSummary |
AgentVersionSummary.withCreatedAt(Date createdAt)
The time at which the version was created.
|
AgentVersionSummary |
AgentVersionSummary.withDescription(String description)
The description of the version of the agent.
|
AgentVersionSummary |
AgentVersionSummary.withGuardrailConfiguration(GuardrailConfiguration guardrailConfiguration)
The details of the guardrails configuration in the agent version summary.
|
AgentVersionSummary |
AgentVersionSummary.withUpdatedAt(Date updatedAt)
The time at which the version was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentVersionSummary> |
ListAgentVersionsResult.getAgentVersionSummaries()
A list of objects, each of which contains information about a version of the agent.
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentVersionsResult |
ListAgentVersionsResult.withAgentVersionSummaries(AgentVersionSummary... agentVersionSummaries)
A list of objects, each of which contains information about a version of the agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAgentVersionsResult.setAgentVersionSummaries(Collection<AgentVersionSummary> agentVersionSummaries)
A list of objects, each of which contains information about a version of the agent.
|
ListAgentVersionsResult |
ListAgentVersionsResult.withAgentVersionSummaries(Collection<AgentVersionSummary> agentVersionSummaries)
A list of objects, each of which contains information about a version of the agent.
|
Copyright © 2024. All rights reserved.