Space Jupyter Lab App Settings
data class SpaceJupyterLabAppSettings(val appLifecycleManagement: SpaceAppLifecycleManagement? = null, val codeRepositories: List<SpaceCodeRepository>? = null, val defaultResourceSpec: SpaceResourceSpec? = null)
The JupyterServer app settings.
Constructors
Link copied to clipboard
constructor(appLifecycleManagement: SpaceAppLifecycleManagement? = null, codeRepositories: List<SpaceCodeRepository>? = null, defaultResourceSpec: SpaceResourceSpec? = null)
Properties
Link copied to clipboard
Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
Link copied to clipboard
A list of CodeRepositories available for use with JupyterLab apps.
Link copied to clipboard
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.