| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystemConfig |
FileSystemConfig.clone() |
FileSystemConfig |
KernelGatewayImageConfig.getFileSystemConfig()
The Amazon Elastic File System (EFS) 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 |
KernelGatewayImageConfig.setFileSystemConfig(FileSystemConfig fileSystemConfig)
The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.
|
KernelGatewayImageConfig |
KernelGatewayImageConfig.withFileSystemConfig(FileSystemConfig fileSystemConfig)
The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.
|
Copyright © 2023. All rights reserved.