Uses of Class
software.amazon.awssdk.services.sagemaker.model.CustomFileSystemConfig
-
Packages that use CustomFileSystemConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CustomFileSystemConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CustomFileSystemConfig Modifier and Type Method Description static CustomFileSystemConfigCustomFileSystemConfig. fromEfsFileSystemConfig(Consumer<EFSFileSystemConfig.Builder> efsFileSystemConfig)Create an instance of this class withefsFileSystemConfig()initialized to the given value.static CustomFileSystemConfigCustomFileSystemConfig. fromEfsFileSystemConfig(EFSFileSystemConfig efsFileSystemConfig)Create an instance of this class withefsFileSystemConfig()initialized to the given value.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CustomFileSystemConfig Modifier and Type Method Description List<CustomFileSystemConfig>UserSettings. customFileSystemConfigs()The settings for assigning a custom file system to a user profile.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CustomFileSystemConfig Modifier and Type Method Description UserSettings.BuilderUserSettings.Builder. customFileSystemConfigs(CustomFileSystemConfig... customFileSystemConfigs)The settings for assigning a custom file system to a user profile.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type CustomFileSystemConfig Modifier and Type Method Description UserSettings.BuilderUserSettings.Builder. customFileSystemConfigs(Collection<CustomFileSystemConfig> customFileSystemConfigs)The settings for assigning a custom file system to a user profile.
-