Uses of Class
software.amazon.awssdk.services.sagemaker.model.JupyterLabAppSettings
-
Packages that use JupyterLabAppSettings Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of JupyterLabAppSettings in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return JupyterLabAppSettings Modifier and Type Method Description JupyterLabAppSettingsDefaultSpaceSettings. jupyterLabAppSettings()Returns the value of the JupyterLabAppSettings property for this object.JupyterLabAppSettingsUserSettings. jupyterLabAppSettings()The settings for the JupyterLab application.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type JupyterLabAppSettings Modifier and Type Method Description DefaultSpaceSettings.BuilderDefaultSpaceSettings.Builder. jupyterLabAppSettings(JupyterLabAppSettings jupyterLabAppSettings)Sets the value of the JupyterLabAppSettings property for this object.UserSettings.BuilderUserSettings.Builder. jupyterLabAppSettings(JupyterLabAppSettings jupyterLabAppSettings)The settings for the JupyterLab application.
-