Values_2.SpaceSettingsSummarySourceSpecifies summary information about the space settings.
type nonrec t = {appType : Values_0.AppType.t option;The type of app created within the space.
*)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.
*)spaceStorageSettings : Values_1.SpaceStorageSettings.t option;The storage settings for a space.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Values_0.SpaceEbsVolumeSizeInGb.t ])
list ])
list ])
list ]