User Profile User Settings Jupyter Lab App Settings
data class UserProfileUserSettingsJupyterLabAppSettings(val codeRepositories: List<UserProfileUserSettingsJupyterLabAppSettingsCodeRepository>? = null, val customImages: List<UserProfileUserSettingsJupyterLabAppSettingsCustomImage>? = null, val defaultResourceSpec: UserProfileUserSettingsJupyterLabAppSettingsDefaultResourceSpec? = null, val lifecycleConfigArns: List<String>? = null)
Constructors
Link copied to clipboard
constructor(codeRepositories: List<UserProfileUserSettingsJupyterLabAppSettingsCodeRepository>? = null, customImages: List<UserProfileUserSettingsJupyterLabAppSettingsCustomImage>? = null, defaultResourceSpec: UserProfileUserSettingsJupyterLabAppSettingsDefaultResourceSpec? = null, lifecycleConfigArns: List<String>? = null)
Properties
Link copied to clipboard
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see Code Repository below.
Link copied to clipboard
Link copied to clipboard
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
Link copied to clipboard
The Amazon Resource Name (ARN) of the Lifecycle Configurations.