JupyterServerAppSettings
The JupyterServer app settings.
Contents
- CodeRepositories
-
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application.
Type: Array of CodeRepository objects
Array Members: Maximum number of 10 items.
Required: No
- DefaultResourceSpec
-
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. If you use the
LifecycleConfigArns
parameter, then this parameter is also required.Type: ResourceSpec object
Required: No
- LifecycleConfigArns
-
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the
DefaultResourceSpec
parameter is also required.Note
To remove a Lifecycle Config, you must set
LifecycleConfigArns
to an empty list.Type: Array of strings
Length Constraints: Maximum length of 256.
Pattern:
^(arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:studio-lifecycle-config/.*|None)$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: