Skip to content

/AWS1/CL_BDCCODEINTSESSUMMARY

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.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_codeinterpreteridentifier TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

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

iv_sessionid TYPE /AWS1/BDCCODEINTERPTRSESSIONID /AWS1/BDCCODEINTERPTRSESSIONID

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

iv_status TYPE /AWS1/BDCCODEINTERPTRSESSTATUS /AWS1/BDCCODEINTERPTRSESSTATUS

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

iv_createdat TYPE /AWS1/BDCDATETIMESTAMP /AWS1/BDCDATETIMESTAMP

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

Optional arguments:

iv_name TYPE /AWS1/BDCNAME /AWS1/BDCNAME

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

iv_lastupdatedat TYPE /AWS1/BDCDATETIMESTAMP /AWS1/BDCDATETIMESTAMP

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


Queryable Attributes

codeInterpreterIdentifier

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

Accessible with the following methods

Method Description
GET_CODEINTERPTRIDENTIFIER() Getter for CODEINTERPRETERIDENTIFIER, with configurable defa
ASK_CODEINTERPTRIDENTIFIER() Getter for CODEINTERPRETERIDENTIFIER w/ exceptions if field
HAS_CODEINTERPTRIDENTIFIER() Determine if CODEINTERPRETERIDENTIFIER has a value

sessionId

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

Accessible with the following methods

Method Description
GET_SESSIONID() Getter for SESSIONID, with configurable default
ASK_SESSIONID() Getter for SESSIONID w/ exceptions if field has no value
HAS_SESSIONID() Determine if SESSIONID has a value

name

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

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

status

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

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

createdAt

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

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

lastUpdatedAt

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

Accessible with the following methods

Method Description
GET_LASTUPDATEDAT() Getter for LASTUPDATEDAT, with configurable default
ASK_LASTUPDATEDAT() Getter for LASTUPDATEDAT w/ exceptions if field has no value
HAS_LASTUPDATEDAT() Determine if LASTUPDATEDAT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CODEINTERPTRSESSIONSUMS

TYPES TT_CODEINTERPTRSESSIONSUMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCCODEINTSESSUMMARY WITH DEFAULT KEY
.