UserProfileJupyterLabAppSettings

data class UserProfileJupyterLabAppSettings(val appLifecycleManagement: UserProfileAppLifecycleManagement? = null, val codeRepositories: List<UserProfileCodeRepository>? = null, val customImages: List<UserProfileCustomImage>? = null, val defaultResourceSpec: UserProfileResourceSpec? = null, val lifecycleConfigArns: List<String>? = null)

The JupyterLab app settings.

Constructors

Link copied to clipboard
constructor(appLifecycleManagement: UserProfileAppLifecycleManagement? = null, codeRepositories: List<UserProfileCodeRepository>? = null, customImages: List<UserProfileCustomImage>? = null, defaultResourceSpec: UserProfileResourceSpec? = null, lifecycleConfigArns: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether idle shutdown is activated for JupyterLab applications.

Link copied to clipboard

A list of CodeRepositories available for use with JupyterLab apps.

Link copied to clipboard

A list of custom images available for use for JupyterLab apps

Link copied to clipboard

The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.

Link copied to clipboard

A list of LifecycleConfigArns available for use with JupyterLab apps.