SpaceJupyterLabAppSettings - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

SpaceJupyterLabAppSettings

The settings for the JupyterLab application within a space.

Contents

AppLifecycleManagement

Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.

Type: SpaceAppLifecycleManagement object

Required: No

CodeRepositories

A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.

Type: Array of CodeRepository objects

Array Members: Maximum number of 10 items.

Required: No

DefaultResourceSpec

Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.

Note

When both SageMakerImageVersionArn and SageMakerImageArn are passed, SageMakerImageVersionArn is used. Any updates to SageMakerImageArn will not take effect if SageMakerImageVersionArn already exists in the ResourceSpec because SageMakerImageVersionArn always takes precedence. To clear the value set for SageMakerImageVersionArn, pass None as the value.

Type: ResourceSpec object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: