Skip to content

/AWS1/CL_SGMSTARTSESSIONRSP

StartSessionResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_sessionid TYPE /AWS1/SGMSESSIONID /AWS1/SGMSESSIONID

A unique identifier for the established remote connection session.

iv_streamurl TYPE /AWS1/SGMSTREAMURL /AWS1/SGMSTREAMURL

A WebSocket URL used to establish a SSH connection between the local IDE and remote SageMaker space.

iv_tokenvalue TYPE /AWS1/SGMTOKENVALUE /AWS1/SGMTOKENVALUE

An encrypted token value containing session and caller information.


Queryable Attributes

SessionId

A unique identifier for the established remote connection 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

StreamUrl

A WebSocket URL used to establish a SSH connection between the local IDE and remote SageMaker space.

Accessible with the following methods

Method Description
GET_STREAMURL() Getter for STREAMURL, with configurable default
ASK_STREAMURL() Getter for STREAMURL w/ exceptions if field has no value
HAS_STREAMURL() Determine if STREAMURL has a value

TokenValue

An encrypted token value containing session and caller information.

Accessible with the following methods

Method Description
GET_TOKENVALUE() Getter for TOKENVALUE, with configurable default
ASK_TOKENVALUE() Getter for TOKENVALUE w/ exceptions if field has no value
HAS_TOKENVALUE() Determine if TOKENVALUE has a value