| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
JupyterLabAppSettings |
JupyterLabAppSettings.clone() |
JupyterLabAppSettings |
DefaultSpaceSettings.getJupyterLabAppSettings() |
JupyterLabAppSettings |
UserSettings.getJupyterLabAppSettings()
The settings for the JupyterLab application.
|
JupyterLabAppSettings |
JupyterLabAppSettings.withCodeRepositories(CodeRepository... codeRepositories)
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab
application.
|
JupyterLabAppSettings |
JupyterLabAppSettings.withCodeRepositories(Collection<CodeRepository> codeRepositories)
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab
application.
|
JupyterLabAppSettings |
JupyterLabAppSettings.withCustomImages(Collection<CustomImage> customImages)
A list of custom SageMaker images that are configured to run as a JupyterLab app.
|
JupyterLabAppSettings |
JupyterLabAppSettings.withCustomImages(CustomImage... customImages)
A list of custom SageMaker images that are configured to run as a JupyterLab app.
|
JupyterLabAppSettings |
JupyterLabAppSettings.withDefaultResourceSpec(ResourceSpec defaultResourceSpec) |
JupyterLabAppSettings |
JupyterLabAppSettings.withLifecycleConfigArns(Collection<String> lifecycleConfigArns)
The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain.
|
JupyterLabAppSettings |
JupyterLabAppSettings.withLifecycleConfigArns(String... lifecycleConfigArns)
The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSpaceSettings.setJupyterLabAppSettings(JupyterLabAppSettings jupyterLabAppSettings) |
void |
UserSettings.setJupyterLabAppSettings(JupyterLabAppSettings jupyterLabAppSettings)
The settings for the JupyterLab application.
|
DefaultSpaceSettings |
DefaultSpaceSettings.withJupyterLabAppSettings(JupyterLabAppSettings jupyterLabAppSettings) |
UserSettings |
UserSettings.withJupyterLabAppSettings(JupyterLabAppSettings jupyterLabAppSettings)
The settings for the JupyterLab application.
|
Copyright © 2025. All rights reserved.