Space Space Settings Jupyter Lab App Settings
data class SpaceSpaceSettingsJupyterLabAppSettings(val appLifecycleManagement: SpaceSpaceSettingsJupyterLabAppSettingsAppLifecycleManagement? = null, val codeRepositories: List<SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository>? = null, val defaultResourceSpec: SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec)
Constructors
Link copied to clipboard
constructor(appLifecycleManagement: SpaceSpaceSettingsJupyterLabAppSettingsAppLifecycleManagement? = null, codeRepositories: List<SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository>? = null, defaultResourceSpec: SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpec)
Properties
Link copied to clipboard
Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space. See app_lifecycle_management
Block below.
Link copied to clipboard
A list of Git repositories that SageMaker AI automatically displays to users for cloning in the JupyterLab application. See code_repository
Block below.
Link copied to clipboard
The default instance type and the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance. See default_resource_spec
Block below.