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 FileSystemConfigCodeEditorAppImageConfig. fileSystemConfig()Returns the value of the FileSystemConfig property for this object.FileSystemConfigJupyterLabAppImageConfig. fileSystemConfig()Returns the value of the FileSystemConfig property for this object.FileSystemConfigKernelGatewayImageConfig. fileSystemConfig()The Amazon Elastic File System storage configuration for a SageMaker AI image.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type FileSystemConfig Modifier and Type Method Description CodeEditorAppImageConfig.BuilderCodeEditorAppImageConfig.Builder. fileSystemConfig(FileSystemConfig fileSystemConfig)Sets the value of the FileSystemConfig property for this object.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 AI image.
-