Uses of Class
software.amazon.awssdk.services.sagemaker.model.FileSystemConfig
-
Packages that use FileSystemConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of FileSystemConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return FileSystemConfig Modifier and Type Method Description FileSystemConfigJupyterLabAppImageConfig. fileSystemConfig()Returns the value of the FileSystemConfig property for this object.FileSystemConfigKernelGatewayImageConfig. fileSystemConfig()The Amazon Elastic File System storage configuration for a SageMaker image.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type FileSystemConfig Modifier and Type Method Description JupyterLabAppImageConfig.BuilderJupyterLabAppImageConfig.Builder. fileSystemConfig(FileSystemConfig fileSystemConfig)Sets the value of the FileSystemConfig property for this object.KernelGatewayImageConfig.BuilderKernelGatewayImageConfig.Builder. fileSystemConfig(FileSystemConfig fileSystemConfig)The Amazon Elastic File System storage configuration for a SageMaker image.
-