| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
AgentVersion |
AgentVersion.clone() |
AgentVersion |
GetAgentVersionResult.getAgentVersion()
Contains details about the version of the agent.
|
AgentVersion |
AgentVersion.withAgentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent that the version belongs to.
|
AgentVersion |
AgentVersion.withAgentId(String agentId)
The unique identifier of the agent that the version belongs to.
|
AgentVersion |
AgentVersion.withAgentName(String agentName)
The name of the agent that the version belongs to.
|
AgentVersion |
AgentVersion.withAgentResourceRoleArn(String agentResourceRoleArn)
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
|
AgentVersion |
AgentVersion.withAgentStatus(AgentStatus agentStatus)
The status of the agent that the version belongs to.
|
AgentVersion |
AgentVersion.withAgentStatus(String agentStatus)
The status of the agent that the version belongs to.
|
AgentVersion |
AgentVersion.withCreatedAt(Date createdAt)
The time at which the version was created.
|
AgentVersion |
AgentVersion.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
The Amazon Resource Name (ARN) of the KMS key that encrypts the agent.
|
AgentVersion |
AgentVersion.withDescription(String description)
The description of the version.
|
AgentVersion |
AgentVersion.withFailureReasons(Collection<String> failureReasons)
A list of reasons that the API operation on the version failed.
|
AgentVersion |
AgentVersion.withFailureReasons(String... failureReasons)
A list of reasons that the API operation on the version failed.
|
AgentVersion |
AgentVersion.withFoundationModel(String foundationModel)
The foundation model that the version invokes.
|
AgentVersion |
AgentVersion.withGuardrailConfiguration(GuardrailConfiguration guardrailConfiguration)
The guardrails configuration assigned to the agent version.
|
AgentVersion |
AgentVersion.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.
|
AgentVersion |
AgentVersion.withInstruction(String instruction)
The instructions provided to the agent.
|
AgentVersion |
AgentVersion.withPromptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration)
Contains configurations to override prompt templates in different parts of an agent sequence.
|
AgentVersion |
AgentVersion.withRecommendedActions(Collection<String> recommendedActions)
A list of recommended actions to take for the failed API operation on the version to succeed.
|
AgentVersion |
AgentVersion.withRecommendedActions(String... recommendedActions)
A list of recommended actions to take for the failed API operation on the version to succeed.
|
AgentVersion |
AgentVersion.withUpdatedAt(Date updatedAt)
The time at which the version was last updated.
|
AgentVersion |
AgentVersion.withVersion(String version)
The version number.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAgentVersionResult.setAgentVersion(AgentVersion agentVersion)
Contains details about the version of the agent.
|
GetAgentVersionResult |
GetAgentVersionResult.withAgentVersion(AgentVersion agentVersion)
Contains details about the version of the agent.
|
Copyright © 2024. All rights reserved.