Uses of Class
software.amazon.awssdk.services.sagemaker.model.EFSFileSystemConfig
-
Packages that use EFSFileSystemConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EFSFileSystemConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EFSFileSystemConfig Modifier and Type Method Description EFSFileSystemConfigCustomFileSystemConfig. efsFileSystemConfig()The settings for a custom Amazon EFS file system.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type EFSFileSystemConfig Modifier and Type Method Description CustomFileSystemConfig.BuilderCustomFileSystemConfig.Builder. efsFileSystemConfig(EFSFileSystemConfig efsFileSystemConfig)The settings for a custom Amazon EFS file system.static CustomFileSystemConfigCustomFileSystemConfig. fromEfsFileSystemConfig(EFSFileSystemConfig efsFileSystemConfig)Create an instance of this class withCustomFileSystemConfig.efsFileSystemConfig()initialized to the given value.
-