Builder

class Builder

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
var 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.