static JupyterLabAppSettings.Builder |
JupyterLabAppSettings.builder() |
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.codeRepositories(Collection<CodeRepository> codeRepositories) |
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab
application.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.codeRepositories(Consumer<CodeRepository.Builder>... codeRepositories) |
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab
application.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.codeRepositories(CodeRepository... codeRepositories) |
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab
application.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.customImages(Collection<CustomImage> customImages) |
A list of custom SageMaker images that are configured to run as a JupyterLab app.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.customImages(Consumer<CustomImage.Builder>... customImages) |
A list of custom SageMaker images that are configured to run as a JupyterLab app.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.customImages(CustomImage... customImages) |
A list of custom SageMaker images that are configured to run as a JupyterLab app.
|
default JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec) |
Sets the value of the DefaultResourceSpec property for this object.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.defaultResourceSpec(ResourceSpec defaultResourceSpec) |
Sets the value of the DefaultResourceSpec property for this object.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.lifecycleConfigArns(String... lifecycleConfigArns) |
The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.lifecycleConfigArns(Collection<String> lifecycleConfigArns) |
The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.toBuilder() |
|