Space Space Settings
data class SpaceSpaceSettings(val appType: String? = null, val codeEditorAppSettings: SpaceSpaceSettingsCodeEditorAppSettings? = null, val customFileSystems: List<SpaceSpaceSettingsCustomFileSystem>? = null, val jupyterLabAppSettings: SpaceSpaceSettingsJupyterLabAppSettings? = null, val jupyterServerAppSettings: SpaceSpaceSettingsJupyterServerAppSettings? = null, val kernelGatewayAppSettings: SpaceSpaceSettingsKernelGatewayAppSettings? = null, val spaceStorageSettings: SpaceSpaceSettingsSpaceStorageSettings? = null)
Constructors
Link copied to clipboard
constructor(appType: String? = null, codeEditorAppSettings: SpaceSpaceSettingsCodeEditorAppSettings? = null, customFileSystems: List<SpaceSpaceSettingsCustomFileSystem>? = null, jupyterLabAppSettings: SpaceSpaceSettingsJupyterLabAppSettings? = null, jupyterServerAppSettings: SpaceSpaceSettingsJupyterServerAppSettings? = null, kernelGatewayAppSettings: SpaceSpaceSettingsKernelGatewayAppSettings? = null, spaceStorageSettings: SpaceSpaceSettingsSpaceStorageSettings? = null)
Properties
Link copied to clipboard
The Code Editor application settings. See Code Editor App Settings below.
Link copied to clipboard
A file system, created by you, that you assign to a space for an Amazon SageMaker Domain. See Custom File System below.
Link copied to clipboard
The settings for the JupyterLab application. See Jupyter Lab App Settings below.
Link copied to clipboard
The Jupyter server's app settings. See Jupyter Server App Settings below.
Link copied to clipboard
The kernel gateway app settings. See Kernel Gateway App Settings below.
Link copied to clipboard