Values_1.SpaceJupyterLabAppSettingsSourceThe settings for the JupyterLab application within a space.
type nonrec t = {defaultResourceSpec : Values_0.ResourceSpec.t option;codeRepositories : Values_0.CodeRepositories.t option;A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.
*)appLifecycleManagement : SpaceAppLifecycleManagement.t option;Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `Structure of
(string
* [> `Enum of string
| `String of string
| `Structure of
(string * [> `Integer of Values_0.IdleTimeoutInMinutes.t ])
list ])
list ])
list ]