/AWS1/CL_SGMDEFAULTSPACESTGS¶
The default settings for shared spaces that users create in the domain.
SageMaker applies these settings only to shared spaces. It doesn't apply them to private spaces.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_executionrole TYPE /AWS1/SGMROLEARN /AWS1/SGMROLEARN¶
The ARN of the execution role for the space.
it_securitygroups TYPE /AWS1/CL_SGMSECURITYGROUPIDS_W=>TT_SECURITYGROUPIDS TT_SECURITYGROUPIDS¶
The security group IDs for the Amazon VPC that the space uses for communication.
io_jupyterserverappsettings TYPE REF TO /AWS1/CL_SGMJUPYTERSERVERAPP00 /AWS1/CL_SGMJUPYTERSERVERAPP00¶
The JupyterServer app settings.
io_kernelgatewayappsettings TYPE REF TO /AWS1/CL_SGMKERNELGWAPPSTGS /AWS1/CL_SGMKERNELGWAPPSTGS¶
The KernelGateway app settings.
io_jupyterlabappsettings TYPE REF TO /AWS1/CL_SGMJUPYTERLABAPPSTGS /AWS1/CL_SGMJUPYTERLABAPPSTGS¶
The settings for the JupyterLab application.
io_spacestoragesettings TYPE REF TO /AWS1/CL_SGMDEFSPACESTRGSTGS /AWS1/CL_SGMDEFSPACESTRGSTGS¶
The default storage settings for a space.
io_customposixuserconfig TYPE REF TO /AWS1/CL_SGMCUSTOMPOSIXUSERCFG /AWS1/CL_SGMCUSTOMPOSIXUSERCFG¶
Details about the POSIX identity that is used for file system operations.
it_customfilesystemconfigs TYPE /AWS1/CL_SGMCUSTFILESYSTEMCFG=>TT_CUSTOMFILESYSTEMCONFIGS TT_CUSTOMFILESYSTEMCONFIGS¶
The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
Queryable Attributes¶
ExecutionRole¶
The ARN of the execution role for the space.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONROLE() |
Getter for EXECUTIONROLE, with configurable default |
ASK_EXECUTIONROLE() |
Getter for EXECUTIONROLE w/ exceptions if field has no value |
HAS_EXECUTIONROLE() |
Determine if EXECUTIONROLE has a value |
SecurityGroups¶
The security group IDs for the Amazon VPC that the space uses for communication.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYGROUPS() |
Getter for SECURITYGROUPS, with configurable default |
ASK_SECURITYGROUPS() |
Getter for SECURITYGROUPS w/ exceptions if field has no valu |
HAS_SECURITYGROUPS() |
Determine if SECURITYGROUPS has a value |
JupyterServerAppSettings¶
The JupyterServer app settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JUPYTERSERVERAPPSETTINGS() |
Getter for JUPYTERSERVERAPPSETTINGS |
KernelGatewayAppSettings¶
The KernelGateway app settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KERNELGATEWAYAPPSETTINGS() |
Getter for KERNELGATEWAYAPPSETTINGS |
JupyterLabAppSettings¶
The settings for the JupyterLab application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JUPYTERLABAPPSETTINGS() |
Getter for JUPYTERLABAPPSETTINGS |
SpaceStorageSettings¶
The default storage settings for a space.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPACESTORAGESETTINGS() |
Getter for SPACESTORAGESETTINGS |
CustomPosixUserConfig¶
Details about the POSIX identity that is used for file system operations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMPOSIXUSERCONFIG() |
Getter for CUSTOMPOSIXUSERCONFIG |
CustomFileSystemConfigs¶
The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMFILESYSTEMCONFIGS() |
Getter for CUSTOMFILESYSTEMCONFIGS, with configurable defaul |
ASK_CUSTOMFILESYSTEMCONFIGS() |
Getter for CUSTOMFILESYSTEMCONFIGS w/ exceptions if field ha |
HAS_CUSTOMFILESYSTEMCONFIGS() |
Determine if CUSTOMFILESYSTEMCONFIGS has a value |