AgentVersion.Builder |
AgentVersion.Builder.agentArn(String agentArn) |
The Amazon Resource Name (ARN) of the agent that the version belongs to.
|
AgentVersion.Builder |
AgentVersion.Builder.agentId(String agentId) |
The unique identifier of the agent that the version belongs to.
|
AgentVersion.Builder |
AgentVersion.Builder.agentName(String agentName) |
The name of the agent that the version belongs to.
|
AgentVersion.Builder |
AgentVersion.Builder.agentResourceRoleArn(String agentResourceRoleArn) |
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
|
AgentVersion.Builder |
AgentVersion.Builder.agentStatus(String agentStatus) |
The status of the agent that the version belongs to.
|
AgentVersion.Builder |
AgentVersion.Builder.agentStatus(AgentStatus agentStatus) |
The status of the agent that the version belongs to.
|
static AgentVersion.Builder |
AgentVersion.builder() |
|
AgentVersion.Builder |
AgentVersion.Builder.createdAt(Instant createdAt) |
The time at which the version was created.
|
AgentVersion.Builder |
AgentVersion.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) |
The Amazon Resource Name (ARN) of the KMS key that encrypts the agent.
|
AgentVersion.Builder |
AgentVersion.Builder.description(String description) |
The description of the version.
|
AgentVersion.Builder |
AgentVersion.Builder.failureReasons(String... failureReasons) |
A list of reasons that the API operation on the version failed.
|
AgentVersion.Builder |
AgentVersion.Builder.failureReasons(Collection<String> failureReasons) |
A list of reasons that the API operation on the version failed.
|
AgentVersion.Builder |
AgentVersion.Builder.foundationModel(String foundationModel) |
The foundation model that the version invokes.
|
default AgentVersion.Builder |
AgentVersion.Builder.guardrailConfiguration(Consumer<GuardrailConfiguration.Builder> guardrailConfiguration) |
Details about the guardrail associated with the agent.
|
AgentVersion.Builder |
AgentVersion.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) |
Details about the guardrail associated with the agent.
|
AgentVersion.Builder |
AgentVersion.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) |
The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.
|
AgentVersion.Builder |
AgentVersion.Builder.instruction(String instruction) |
The instructions provided to the agent.
|
default AgentVersion.Builder |
AgentVersion.Builder.memoryConfiguration(Consumer<MemoryConfiguration.Builder> memoryConfiguration) |
Contains details of the memory configuration on the version of the agent.
|
AgentVersion.Builder |
AgentVersion.Builder.memoryConfiguration(MemoryConfiguration memoryConfiguration) |
Contains details of the memory configuration on the version of the agent.
|
default AgentVersion.Builder |
AgentVersion.Builder.promptOverrideConfiguration(Consumer<PromptOverrideConfiguration.Builder> promptOverrideConfiguration) |
Contains configurations to override prompt templates in different parts of an agent sequence.
|
AgentVersion.Builder |
AgentVersion.Builder.promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) |
Contains configurations to override prompt templates in different parts of an agent sequence.
|
AgentVersion.Builder |
AgentVersion.Builder.recommendedActions(String... recommendedActions) |
A list of recommended actions to take for the failed API operation on the version to succeed.
|
AgentVersion.Builder |
AgentVersion.Builder.recommendedActions(Collection<String> recommendedActions) |
A list of recommended actions to take for the failed API operation on the version to succeed.
|
AgentVersion.Builder |
AgentVersion.toBuilder() |
|
AgentVersion.Builder |
AgentVersion.Builder.updatedAt(Instant updatedAt) |
The time at which the version was last updated.
|
AgentVersion.Builder |
AgentVersion.Builder.version(String version) |
The version number.
|