AgentVersion

Contains details about a version of an agent.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the agent that the version belongs to.

Link copied to clipboard

The agent's collaboration settings.

Link copied to clipboard

The unique identifier of the agent that the version belongs to.

Link copied to clipboard

The name of the agent that the version belongs to.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.

Link copied to clipboard

The status of the agent that the version belongs to.

Link copied to clipboard

The time at which the version was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS key that encrypts the agent.

Link copied to clipboard

The description of the version.

Link copied to clipboard

A list of reasons that the API operation on the version failed.

Link copied to clipboard

The foundation model that the version invokes.

Link copied to clipboard

Details about the guardrail associated with the agent.

Link copied to clipboard

The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.

Link copied to clipboard

The instructions provided to the agent.

Link copied to clipboard

Contains details of the memory configuration on the version of the agent.

Link copied to clipboard

Contains configurations to override prompt templates in different parts of an agent sequence. For more information, see Advanced prompts.

Link copied to clipboard

A list of recommended actions to take for the failed API operation on the version to succeed.

Link copied to clipboard

The time at which the version was last updated.

Link copied to clipboard

The version number.

Functions

Link copied to clipboard
inline fun copy(block: AgentVersion.Builder.() -> Unit = {}): AgentVersion
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String