Skip to content

Bedrock Agentcore  >  Structures  >  CodeInterpreterSessionSummary

CodeInterpreterSessionSummary

Structure Class

CodeInterpreterSessionSummary dataclass

A condensed representation of a code interpreter session in Amazon Bedrock AgentCore. This structure contains key information about a code interpreter session, including identifiers, status, and timestamps, without the full details of the session configuration.

Attributes

code_interpreter_identifier instance-attribute
code_interpreter_identifier: str

The unique identifier of the code interpreter associated with the session. This identifier specifies which code interpreter environment is used for the session.

created_at instance-attribute
created_at: datetime

The timestamp when the code interpreter session was created. This value is in ISO 8601 format.

last_updated_at class-attribute instance-attribute
last_updated_at: datetime | None = None

The timestamp when the code interpreter session was last updated. This value is in ISO 8601 format.

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

The name of the code interpreter session. This name helps identify and manage the session.

session_id instance-attribute
session_id: str

The unique identifier of the code interpreter session. This identifier is used in operations that interact with the session.

status instance-attribute

The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.