/AWS1/CL_BDCGETCODEINTSESSRSP¶
GetCodeInterpreterSessionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_codeinterpreteridentifier TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The identifier of the code interpreter.
iv_sessionid TYPE /AWS1/BDCCODEINTERPTRSESSIONID /AWS1/BDCCODEINTERPTRSESSIONID¶
The identifier of the code interpreter session.
iv_createdat TYPE /AWS1/BDCDATETIMESTAMP /AWS1/BDCDATETIMESTAMP¶
The time at which the code interpreter session was created.
Optional arguments:¶
iv_name TYPE /AWS1/BDCNAME /AWS1/BDCNAME¶
The name of the code interpreter session.
iv_sessiontimeoutseconds TYPE /AWS1/BDCCODEINTERPTRSESSTMOUT /AWS1/BDCCODEINTERPTRSESSTMOUT¶
The timeout period for the code interpreter session in seconds.
iv_status TYPE /AWS1/BDCCODEINTERPTRSESSTATUS /AWS1/BDCCODEINTERPTRSESSTATUS¶
The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.
it_certificates TYPE /AWS1/CL_BDCCERTIFICATE=>TT_CERTIFICATES TT_CERTIFICATES¶
The list of certificates installed in the code interpreter session.
it_filesystemconfigurations TYPE /AWS1/CL_BDCTOOLSFILESYSCONF=>TT_TOOLSFILESYSTEMCONFS TT_TOOLSFILESYSTEMCONFS¶
The file system configurations for the code interpreter session. Each entry describes an access point and its mount path.
Queryable Attributes¶
codeInterpreterIdentifier¶
The identifier of the code interpreter.
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 identifier of the code interpreter 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.
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 |
createdAt¶
The time at which the code interpreter session was created.
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 |
sessionTimeoutSeconds¶
The timeout period for the code interpreter session in seconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONTIMEOUTSECONDS() |
Getter for SESSIONTIMEOUTSECONDS, with configurable default |
ASK_SESSIONTIMEOUTSECONDS() |
Getter for SESSIONTIMEOUTSECONDS w/ exceptions if field has |
HAS_SESSIONTIMEOUTSECONDS() |
Determine if SESSIONTIMEOUTSECONDS 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 |
certificates¶
The list of certificates installed in the code interpreter session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATES() |
Getter for CERTIFICATES, with configurable default |
ASK_CERTIFICATES() |
Getter for CERTIFICATES w/ exceptions if field has no value |
HAS_CERTIFICATES() |
Determine if CERTIFICATES has a value |
filesystemConfigurations¶
The file system configurations for the code interpreter session. Each entry describes an access point and its mount path.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESYSTEMCONFIGURATIONS() |
Getter for FILESYSTEMCONFIGURATIONS, with configurable defau |
ASK_FILESYSTEMCONFIGURATIONS() |
Getter for FILESYSTEMCONFIGURATIONS w/ exceptions if field h |
HAS_FILESYSTEMCONFIGURATIONS() |
Determine if FILESYSTEMCONFIGURATIONS has a value |