public static interface FileSystemConfig.Builder extends SdkPojo, CopyableBuilder<FileSystemConfig.Builder,FileSystemConfig>
Modifier and Type | Method and Description |
---|---|
FileSystemConfig.Builder |
defaultGid(Integer defaultGid)
The default POSIX group ID (GID).
|
FileSystemConfig.Builder |
defaultUid(Integer defaultUid)
The default POSIX user ID (UID).
|
FileSystemConfig.Builder |
mountPath(String mountPath)
The path within the image to mount the user's EFS home directory.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FileSystemConfig.Builder mountPath(String mountPath)
The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user.
mountPath
- The path within the image to mount the user's EFS home directory. The directory should be empty. If
not specified, defaults to /home/sagemaker-user.FileSystemConfig.Builder defaultUid(Integer defaultUid)
The default POSIX user ID (UID). If not specified, defaults to 1000
.
defaultUid
- The default POSIX user ID (UID). If not specified, defaults to 1000
.FileSystemConfig.Builder defaultGid(Integer defaultGid)
The default POSIX group ID (GID). If not specified, defaults to 100
.
defaultGid
- The default POSIX group ID (GID). If not specified, defaults to 100
.Copyright © 2022. All rights reserved.