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.static CustomFileSystemConfigCustomFileSystemConfig. fromFSxLustreFileSystemConfig(Consumer<FSxLustreFileSystemConfig.Builder> fSxLustreFileSystemConfig)Create an instance of this class withfSxLustreFileSystemConfig()initialized to the given value.static CustomFileSystemConfigCustomFileSystemConfig. fromFSxLustreFileSystemConfig(FSxLustreFileSystemConfig fSxLustreFileSystemConfig)Create an instance of this class withfSxLustreFileSystemConfig()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>DefaultSpaceSettings. customFileSystemConfigs()The settings for assigning a custom file system to a domain.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 DefaultSpaceSettings.BuilderDefaultSpaceSettings.Builder. customFileSystemConfigs(CustomFileSystemConfig... customFileSystemConfigs)The settings for assigning a custom file system to a domain.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 DefaultSpaceSettings.BuilderDefaultSpaceSettings.Builder. customFileSystemConfigs(Collection<CustomFileSystemConfig> customFileSystemConfigs)The settings for assigning a custom file system to a domain.UserSettings.BuilderUserSettings.Builder. customFileSystemConfigs(Collection<CustomFileSystemConfig> customFileSystemConfigs)The settings for assigning a custom file system to a user profile.
-