Space Jupyter Server App Settings
data class SpaceJupyterServerAppSettings(val defaultResourceSpec: SpaceResourceSpec? = null, val lifecycleConfigArns: List<String>? = null)
The JupyterServer app settings.
Constructors
Link copied to clipboard
constructor(defaultResourceSpec: SpaceResourceSpec? = null, lifecycleConfigArns: List<String>? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
A list of LifecycleConfigArns available for use with JupyterServer apps.