/AWS1/CL_SGMEFSFILESYSTEMCFG¶
The settings for assigning a custom Amazon EFS file system to a user profile or space for an Amazon SageMaker AI Domain.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_filesystemid
TYPE /AWS1/SGMFILESYSTEMID
/AWS1/SGMFILESYSTEMID
¶
The ID of your Amazon EFS file system.
Optional arguments:¶
iv_filesystempath
TYPE /AWS1/SGMFILESYSTEMPATH
/AWS1/SGMFILESYSTEMPATH
¶
The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
Queryable Attributes¶
FileSystemId¶
The ID of your Amazon EFS file system.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FILESYSTEMID() |
Getter for FILESYSTEMID, with configurable default |
ASK_FILESYSTEMID() |
Getter for FILESYSTEMID w/ exceptions if field has no value |
HAS_FILESYSTEMID() |
Determine if FILESYSTEMID has a value |
FileSystemPath¶
The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FILESYSTEMPATH() |
Getter for FILESYSTEMPATH, with configurable default |
ASK_FILESYSTEMPATH() |
Getter for FILESYSTEMPATH w/ exceptions if field has no valu |
HAS_FILESYSTEMPATH() |
Determine if FILESYSTEMPATH has a value |