SpaceJupyterLabAppSettingsArgs

data class SpaceJupyterLabAppSettingsArgs(val appLifecycleManagement: Output<SpaceAppLifecycleManagementArgs>? = null, val codeRepositories: Output<List<SpaceCodeRepositoryArgs>>? = null, val defaultResourceSpec: Output<SpaceResourceSpecArgs>? = null) : ConvertibleToJava<SpaceJupyterLabAppSettingsArgs>

The JupyterServer app settings.

Constructors

Link copied to clipboard
constructor(appLifecycleManagement: Output<SpaceAppLifecycleManagementArgs>? = null, codeRepositories: Output<List<SpaceCodeRepositoryArgs>>? = null, defaultResourceSpec: Output<SpaceResourceSpecArgs>? = 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.

Functions

Link copied to clipboard
open override fun toJava(): SpaceJupyterLabAppSettingsArgs