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
Block below.
Link copied to clipboard
A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. See custom_file_system
Block below.
Link copied to clipboard
The settings for the JupyterLab application. See jupyter_lab_app_settings
Block below.
Link copied to clipboard
The Jupyter server's app settings. See jupyter_server_app_settings
Block below.
Link copied to clipboard
The kernel gateway app settings. See kernel_gateway_app_settings
Block below.
Link copied to clipboard
The storage settings. See space_storage_settings
Block below.