| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
AgentVersion |
AgentVersion.clone() |
AgentVersion |
GetAgentVersionResult.getAgentVersion() |
AgentVersion |
AgentVersion.withAgentArn(String agentArn) |
AgentVersion |
AgentVersion.withAgentId(String agentId) |
AgentVersion |
AgentVersion.withAgentName(String agentName) |
AgentVersion |
AgentVersion.withAgentResourceRoleArn(String agentResourceRoleArn) |
AgentVersion |
AgentVersion.withAgentStatus(AgentStatus agentStatus) |
AgentVersion |
AgentVersion.withAgentStatus(String agentStatus) |
AgentVersion |
AgentVersion.withCreatedAt(Date createdAt) |
AgentVersion |
AgentVersion.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn) |
AgentVersion |
AgentVersion.withDescription(String description) |
AgentVersion |
AgentVersion.withFailureReasons(Collection<String> failureReasons) |
AgentVersion |
AgentVersion.withFailureReasons(String... failureReasons)
NOTE: This method appends the values to the existing list (if any).
|
AgentVersion |
AgentVersion.withFoundationModel(String foundationModel) |
AgentVersion |
AgentVersion.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) |
AgentVersion |
AgentVersion.withInstruction(String instruction) |
AgentVersion |
AgentVersion.withPromptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) |
AgentVersion |
AgentVersion.withRecommendedActions(Collection<String> recommendedActions) |
AgentVersion |
AgentVersion.withRecommendedActions(String... recommendedActions)
NOTE: This method appends the values to the existing list (if any).
|
AgentVersion |
AgentVersion.withUpdatedAt(Date updatedAt) |
AgentVersion |
AgentVersion.withVersion(String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetAgentVersionResult.setAgentVersion(AgentVersion agentVersion) |
GetAgentVersionResult |
GetAgentVersionResult.withAgentVersion(AgentVersion agentVersion) |
Copyright © 2023. All rights reserved.