Uses of Interface
software.amazon.awssdk.services.sagemaker.model.FileSystemConfig.Builder
-
Packages that use FileSystemConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of FileSystemConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return FileSystemConfig.Builder Modifier and Type Method Description static FileSystemConfig.BuilderFileSystemConfig. builder()FileSystemConfig.BuilderFileSystemConfig.Builder. defaultGid(Integer defaultGid)The default POSIX group ID (GID).FileSystemConfig.BuilderFileSystemConfig.Builder. defaultUid(Integer defaultUid)The default POSIX user ID (UID).FileSystemConfig.BuilderFileSystemConfig.Builder. mountPath(String mountPath)The path within the image to mount the user's EFS home directory.FileSystemConfig.BuilderFileSystemConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type FileSystemConfig.Builder Modifier and Type Method Description static Class<? extends FileSystemConfig.Builder>FileSystemConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type FileSystemConfig.Builder Modifier and Type Method Description default KernelGatewayImageConfig.BuilderKernelGatewayImageConfig.Builder. fileSystemConfig(Consumer<FileSystemConfig.Builder> fileSystemConfig)The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.
-