Uses of Class
software.amazon.awssdk.services.sagemaker.model.CustomFileSystem
-
Packages that use CustomFileSystem Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CustomFileSystem in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CustomFileSystem Modifier and Type Method Description static CustomFileSystemCustomFileSystem. fromEfsFileSystem(Consumer<EFSFileSystem.Builder> efsFileSystem)Create an instance of this class withefsFileSystem()initialized to the given value.static CustomFileSystemCustomFileSystem. fromEfsFileSystem(EFSFileSystem efsFileSystem)Create an instance of this class withefsFileSystem()initialized to the given value.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CustomFileSystem Modifier and Type Method Description List<CustomFileSystem>SpaceSettings. customFileSystems()A file system, created by you, that you assign to a space for an Amazon SageMaker Domain.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CustomFileSystem Modifier and Type Method Description SpaceSettings.BuilderSpaceSettings.Builder. customFileSystems(CustomFileSystem... customFileSystems)A file system, created by you, that you assign to a space for an Amazon SageMaker Domain.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type CustomFileSystem Modifier and Type Method Description SpaceSettings.BuilderSpaceSettings.Builder. customFileSystems(Collection<CustomFileSystem> customFileSystems)A file system, created by you, that you assign to a space for an Amazon SageMaker Domain.
-