Skip to content

Bedrock Agentcore Control  >  Structures  >  AgentRuntimeEndpoint

AgentRuntimeEndpoint

Structure Class

AgentRuntimeEndpoint dataclass

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

Attributes

agent_runtime_arn instance-attribute
agent_runtime_arn: str

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

agent_runtime_endpoint_arn instance-attribute
agent_runtime_endpoint_arn: str

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

created_at instance-attribute
created_at: datetime

The timestamp when the agent runtime endpoint was created.

description class-attribute instance-attribute
description: str | None = None

The description of the agent runtime endpoint.

id instance-attribute
id: str

The unique identifier of the agent runtime endpoint.

last_updated_at instance-attribute
last_updated_at: datetime

The timestamp when the agent runtime endpoint was last updated.

live_version class-attribute instance-attribute
live_version: str | None = None

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

name class-attribute instance-attribute
name: str = field(repr=False)

The name of the agent runtime endpoint.

status instance-attribute

The current status of the agent runtime endpoint.

target_version class-attribute instance-attribute
target_version: str | None = None

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