CodeInterpreterSessionSummary - Amazon Bedrock AgentCore

CodeInterpreterSessionSummary

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

Contents

codeInterpreterIdentifier

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

Type: String

Required: Yes

createdAt

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

Type: Timestamp

Required: Yes

sessionId

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

Type: String

Pattern: [0-9a-zA-Z]{1,40}

Required: Yes

status

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

Type: String

Valid Values: READY | TERMINATED

Required: Yes

lastUpdatedAt

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

Type: Timestamp

Required: No

name

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

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: