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

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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 created. This value is in ISO 8601 format.

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
val name: String?

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

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String