Values_0.KernelGatewayImageConfigSourceThe configuration for the file system and kernels in a SageMaker AI image running as a KernelGateway app.
type nonrec t = {kernelSpecs : KernelSpecs.t;The specification of the Jupyter kernels in the image.
*)fileSystemConfig : FileSystemConfig.t option;The Amazon Elastic File System storage configuration for a SageMaker AI image.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of KernelName.t ]) list ]
list
| `Structure of
(string * [> `Integer of DefaultUid.t | `String of MountPath.t ])
list ])
list ]