Values_0.JupyterLabAppSettingsSourceThe settings for the JupyterLab application.
type nonrec t = {defaultResourceSpec : ResourceSpec.t option;customImages : CustomImages.t option;A list of custom SageMaker images that are configured to run as a JupyterLab app.
*)lifecycleConfigArns : LifecycleConfigArns.t option;The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set LifecycleConfigArns to an empty list.
*)codeRepositories : CodeRepositories.t option;A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.
*)appLifecycleManagement : AppLifecycleManagement.t option;Indicates whether idle shutdown is activated for JupyterLab applications.
*)emrSettings : EmrSettings.t option;The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.
*)builtInLifecycleConfigArn : StudioLifecycleConfigArn.t option;The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default lifecycle configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of StudioLifecycleConfigArn.t
| `Structure of
(string
* [> `Integer of ImageVersionNumber.t
| `String of ImageName.t ])
list ]
list
| `String of StudioLifecycleConfigArn.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of RoleArn.t ] list
| `String of ImageArn.t
| `Structure of
(string
* [> `Enum of string | `Integer of IdleTimeoutInMinutes.t ])
list ])
list ])
list ]