Values_1.SpaceSettingsSourceA collection of space settings.
type nonrec t = {jupyterServerAppSettings : Values_0.JupyterServerAppSettings.t option;kernelGatewayAppSettings : Values_0.KernelGatewayAppSettings.t option;codeEditorAppSettings : SpaceCodeEditorAppSettings.t option;The Code Editor application settings.
*)jupyterLabAppSettings : SpaceJupyterLabAppSettings.t option;The settings for the JupyterLab application.
*)appType : Values_0.AppType.t option;The type of app created within the space. If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field.
*)spaceStorageSettings : SpaceStorageSettings.t option;The storage settings for a space.
*)spaceManagedResources : Values_0.FeatureStatus.t option;If you enable this option, SageMaker AI creates the following resources on your behalf when you create the space: The user profile that possesses the space. The app that the space contains.
*)customFileSystems : CustomFileSystems.t option;A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
*)remoteAccess : Values_0.FeatureStatus.t option;A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Structure of
(string * [> `String of Values_0.FileSystemId.t ])
list ])
list ]
list
| `Structure of
(string
* [> `List of
[> `String of string
| `Structure of
(string * [> `Integer of int | `String of string ]) list ]
list
| `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.SpaceEbsVolumeSizeInGb.t
| `String of string
| `Structure of
(string
* [> `Integer of Values_0.IdleTimeoutInMinutes.t ])
list ])
list ])
list ])
list ]