/AWS1/CL_SGMCUSTOMFILESYSTEM¶
A file system, created by you, that you assign to a user profile or space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_efsfilesystem TYPE REF TO /AWS1/CL_SGMEFSFILESYSTEM /AWS1/CL_SGMEFSFILESYSTEM¶
A custom file system in Amazon EFS.
io_fsxlustrefilesystem TYPE REF TO /AWS1/CL_SGMFSXLUSTREFILESYS01 /AWS1/CL_SGMFSXLUSTREFILESYS01¶
A custom file system in Amazon FSx for Lustre.
io_s3filesystem TYPE REF TO /AWS1/CL_SGMS3FILESYSTEM /AWS1/CL_SGMS3FILESYSTEM¶
A custom file system in Amazon S3. This is only supported in Amazon SageMaker Unified Studio.
Queryable Attributes¶
EFSFileSystem¶
A custom file system in Amazon EFS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EFSFILESYSTEM() |
Getter for EFSFILESYSTEM |
FSxLustreFileSystem¶
A custom file system in Amazon FSx for Lustre.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FSXLUSTREFILESYSTEM() |
Getter for FSXLUSTREFILESYSTEM |
S3FileSystem¶
A custom file system in Amazon S3. This is only supported in Amazon SageMaker Unified Studio.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3FILESYSTEM() |
Getter for S3FILESYSTEM |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CUSTOMFILESYSTEMS¶
TYPES TT_CUSTOMFILESYSTEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMCUSTOMFILESYSTEM WITH DEFAULT KEY
.