| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystemConfig |
FileSystemConfig.clone() |
FileSystemConfig |
CodeEditorAppImageConfig.getFileSystemConfig() |
FileSystemConfig |
JupyterLabAppImageConfig.getFileSystemConfig() |
FileSystemConfig |
KernelGatewayImageConfig.getFileSystemConfig()
The Amazon Elastic File System storage configuration for a SageMaker image.
|
FileSystemConfig |
FileSystemConfig.withDefaultGid(Integer defaultGid)
The default POSIX group ID (GID).
|
FileSystemConfig |
FileSystemConfig.withDefaultUid(Integer defaultUid)
The default POSIX user ID (UID).
|
FileSystemConfig |
FileSystemConfig.withMountPath(String mountPath)
The path within the image to mount the user's EFS home directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeEditorAppImageConfig.setFileSystemConfig(FileSystemConfig fileSystemConfig) |
void |
JupyterLabAppImageConfig.setFileSystemConfig(FileSystemConfig fileSystemConfig) |
void |
KernelGatewayImageConfig.setFileSystemConfig(FileSystemConfig fileSystemConfig)
The Amazon Elastic File System storage configuration for a SageMaker image.
|
CodeEditorAppImageConfig |
CodeEditorAppImageConfig.withFileSystemConfig(FileSystemConfig fileSystemConfig) |
JupyterLabAppImageConfig |
JupyterLabAppImageConfig.withFileSystemConfig(FileSystemConfig fileSystemConfig) |
KernelGatewayImageConfig |
KernelGatewayImageConfig.withFileSystemConfig(FileSystemConfig fileSystemConfig)
The Amazon Elastic File System storage configuration for a SageMaker image.
|
Copyright © 2024. All rights reserved.