SpaceJupyterLabAppSettings

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)

Types

Link copied to clipboard
object Companion

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.