| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
JupyterServerAppSettings |
JupyterServerAppSettings.clone() |
JupyterServerAppSettings |
UserSettings.getJupyterServerAppSettings()
The Jupyter server's app settings.
|
JupyterServerAppSettings |
JupyterServerAppSettings.withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
JupyterServer app.
|
JupyterServerAppSettings |
JupyterServerAppSettings.withLifecycleConfigArns(Collection<String> lifecycleConfigArns)
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.
|
JupyterServerAppSettings |
JupyterServerAppSettings.withLifecycleConfigArns(String... lifecycleConfigArns)
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserSettings.setJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings)
The Jupyter server's app settings.
|
UserSettings |
UserSettings.withJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings)
The Jupyter server's app settings.
|
Copyright © 2022. All rights reserved.