| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CustomFileSystemConfig |
CustomFileSystemConfig.clone() |
CustomFileSystemConfig |
CustomFileSystemConfig.withEFSFileSystemConfig(EFSFileSystemConfig eFSFileSystemConfig)
The settings for a custom Amazon EFS file system.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomFileSystemConfig> |
DefaultSpaceSettings.getCustomFileSystemConfigs()
The settings for assigning a custom file system to a domain.
|
List<CustomFileSystemConfig> |
UserSettings.getCustomFileSystemConfigs()
The settings for assigning a custom file system to a user profile.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultSpaceSettings |
DefaultSpaceSettings.withCustomFileSystemConfigs(CustomFileSystemConfig... customFileSystemConfigs)
The settings for assigning a custom file system to a domain.
|
UserSettings |
UserSettings.withCustomFileSystemConfigs(CustomFileSystemConfig... customFileSystemConfigs)
The settings for assigning a custom file system to a user profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSpaceSettings.setCustomFileSystemConfigs(Collection<CustomFileSystemConfig> customFileSystemConfigs)
The settings for assigning a custom file system to a domain.
|
void |
UserSettings.setCustomFileSystemConfigs(Collection<CustomFileSystemConfig> customFileSystemConfigs)
The settings for assigning a custom file system to a user profile.
|
DefaultSpaceSettings |
DefaultSpaceSettings.withCustomFileSystemConfigs(Collection<CustomFileSystemConfig> customFileSystemConfigs)
The settings for assigning a custom file system to a domain.
|
UserSettings |
UserSettings.withCustomFileSystemConfigs(Collection<CustomFileSystemConfig> customFileSystemConfigs)
The settings for assigning a custom file system to a user profile.
|
Copyright © 2025. All rights reserved.