AgentRuntime¶
Structure Class¶
AgentRuntime
dataclass
¶
Contains information about an agent runtime. An agent runtime is the execution environment for a Amazon Bedrock AgentCore Agent.
Attributes¶
agent_runtime_arn
instance-attribute
¶
agent_runtime_arn: str
The Amazon Resource Name (ARN) of the agent runtime.
agent_runtime_id
instance-attribute
¶
agent_runtime_id: str
The unique identifier of the agent runtime.
agent_runtime_version
instance-attribute
¶
agent_runtime_version: str
The version of the agent runtime.
description
class-attribute
instance-attribute
¶
description: str = field(repr=False)
The description of the agent runtime.
last_updated_at
instance-attribute
¶
last_updated_at: datetime
The timestamp when the agent runtime was last updated.