SpaceSpaceSettingsJupyterLabAppSettingsArgs

data class SpaceSpaceSettingsJupyterLabAppSettingsArgs(val appLifecycleManagement: Output<SpaceSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementArgs>? = null, val codeRepositories: Output<List<SpaceSpaceSettingsJupyterLabAppSettingsCodeRepositoryArgs>>? = null, val defaultResourceSpec: Output<SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpecArgs>) : ConvertibleToJava<SpaceSpaceSettingsJupyterLabAppSettingsArgs>

Constructors

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.

Functions

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