Module Values_0.JupyterLabAppImageConfigSource

The configuration for the file system and kernels in a SageMaker AI image running as a JupyterLab app. The FileSystemConfig object is not supported.

Sourcetype nonrec t = {
  1. fileSystemConfig : FileSystemConfig.t option;
  2. containerConfig : ContainerConfig.t option;
}
Sourceval make : ?fileSystemConfig:??? -> ?containerConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of DefaultUid.t | `List of [> `String of NonEmptyString64.t ] list | `Map of ([> `String of NonEmptyString256.t ] * [> `String of String256.t ]) list | `String of MountPath.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t