Module Values_0.KernelGatewayImageConfigSource

The configuration for the file system and kernels in a SageMaker AI image running as a KernelGateway app.

Sourcetype nonrec t = {
  1. kernelSpecs : KernelSpecs.t;
    (*

    The specification of the Jupyter kernels in the image.

    *)
  2. fileSystemConfig : FileSystemConfig.t option;
    (*

    The Amazon Elastic File System storage configuration for a SageMaker AI image.

    *)
}
Sourceval context_ : string
Sourceval make : ?fileSystemConfig:??? -> kernelSpecs:KernelSpecs.t -> unit -> t
Sourceval 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 ]
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