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.
Types
Properties
Link copied to clipboard
The unique identifier of the code interpreter associated with the session. This identifier specifies which code interpreter environment is used for the session.
Link copied to clipboard
The timestamp when the code interpreter session was last updated. This value is in ISO 8601 format.
Link copied to clipboard
The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.
Functions
Link copied to clipboard
inline fun copy(block: CodeInterpreterSessionSummary.Builder.() -> Unit = {}): CodeInterpreterSessionSummary