| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
JupyterServerAppSettings |
JupyterServerAppSettings.clone() |
JupyterServerAppSettings |
SpaceSettings.getJupyterServerAppSettings() |
JupyterServerAppSettings |
DefaultSpaceSettings.getJupyterServerAppSettings() |
JupyterServerAppSettings |
UserSettings.getJupyterServerAppSettings()
The Jupyter server's app settings.
|
JupyterServerAppSettings |
JupyterServerAppSettings.withCodeRepositories(CodeRepository... codeRepositories)
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer
application.
|
JupyterServerAppSettings |
JupyterServerAppSettings.withCodeRepositories(Collection<CodeRepository> codeRepositories)
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer
application.
|
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 |
SpaceSettings.setJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings) |
void |
DefaultSpaceSettings.setJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings) |
void |
UserSettings.setJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings)
The Jupyter server's app settings.
|
SpaceSettings |
SpaceSettings.withJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings) |
DefaultSpaceSettings |
DefaultSpaceSettings.withJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings) |
UserSettings |
UserSettings.withJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings)
The Jupyter server's app settings.
|
Copyright © 2023. All rights reserved.