| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
SpaceSettings |
SpaceSettings.clone() |
SpaceSettings |
UpdateSpaceRequest.getSpaceSettings()
A collection of space settings.
|
SpaceSettings |
DescribeSpaceResult.getSpaceSettings()
A collection of space settings.
|
SpaceSettings |
CreateSpaceRequest.getSpaceSettings()
A collection of space settings.
|
SpaceSettings |
SpaceSettings.withAppType(AppType appType)
The type of app created within the space.
|
SpaceSettings |
SpaceSettings.withAppType(String appType)
The type of app created within the space.
|
SpaceSettings |
SpaceSettings.withCodeEditorAppSettings(SpaceCodeEditorAppSettings codeEditorAppSettings)
The Code Editor application settings.
|
SpaceSettings |
SpaceSettings.withCustomFileSystems(Collection<CustomFileSystem> customFileSystems)
A file system, created by you, that you assign to a space for an Amazon SageMaker Domain.
|
SpaceSettings |
SpaceSettings.withCustomFileSystems(CustomFileSystem... customFileSystems)
A file system, created by you, that you assign to a space for an Amazon SageMaker Domain.
|
SpaceSettings |
SpaceSettings.withJupyterLabAppSettings(SpaceJupyterLabAppSettings jupyterLabAppSettings)
The settings for the JupyterLab application.
|
SpaceSettings |
SpaceSettings.withJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings) |
SpaceSettings |
SpaceSettings.withKernelGatewayAppSettings(KernelGatewayAppSettings kernelGatewayAppSettings) |
SpaceSettings |
SpaceSettings.withSpaceStorageSettings(SpaceStorageSettings spaceStorageSettings)
The storage settings for a space.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSpaceRequest.setSpaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
|
void |
DescribeSpaceResult.setSpaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
|
void |
CreateSpaceRequest.setSpaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
|
UpdateSpaceRequest |
UpdateSpaceRequest.withSpaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
|
DescribeSpaceResult |
DescribeSpaceResult.withSpaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
|
CreateSpaceRequest |
CreateSpaceRequest.withSpaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
|
Copyright © 2024. All rights reserved.