Uses of Class
software.amazon.awssdk.services.sagemaker.model.JupyterServerAppSettings
-
Packages that use JupyterServerAppSettings Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of JupyterServerAppSettings in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return JupyterServerAppSettings Modifier and Type Method Description JupyterServerAppSettingsDefaultSpaceSettings. jupyterServerAppSettings()Returns the value of the JupyterServerAppSettings property for this object.JupyterServerAppSettingsSpaceSettings. jupyterServerAppSettings()Returns the value of the JupyterServerAppSettings property for this object.JupyterServerAppSettingsUserSettings. jupyterServerAppSettings()The Jupyter server's app settings.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type JupyterServerAppSettings Modifier and Type Method Description DefaultSpaceSettings.BuilderDefaultSpaceSettings.Builder. jupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings)Sets the value of the JupyterServerAppSettings property for this object.SpaceSettings.BuilderSpaceSettings.Builder. jupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings)Sets the value of the JupyterServerAppSettings property for this object.UserSettings.BuilderUserSettings.Builder. jupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings)The Jupyter server's app settings.
-