AgentEndpoint

Contains information about an agent runtime endpoint. An endpoint provides a way to connect to and interact with an agent runtime.

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 runtime associated with the endpoint.

Link copied to clipboard

The Amazon Resource Name (ARN) of the agent runtime endpoint.

Link copied to clipboard

The timestamp when the agent runtime endpoint was created.

Link copied to clipboard

The description of the agent runtime endpoint.

Link copied to clipboard
val id: String

The unique identifier of the agent runtime endpoint.

Link copied to clipboard

The timestamp when the agent runtime endpoint was last updated.

Link copied to clipboard

The live version of the agent runtime endpoint. This is the version that is currently serving requests.

Link copied to clipboard

The name of the agent runtime endpoint.

Link copied to clipboard

The current status of the agent runtime endpoint.

Link copied to clipboard

The target version of the agent runtime endpoint. This is the version that the endpoint is being updated to.

Functions

Link copied to clipboard
inline fun copy(block: AgentEndpoint.Builder.() -> Unit = {}): AgentEndpoint
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