Values_0.AppImageConfigDetailsSourceThe configuration for running a SageMaker AI image as a KernelGateway app.
type nonrec t = {appImageConfigArn : AppImageConfigArn.t option;The ARN of the AppImageConfig.
*)appImageConfigName : AppImageConfigName.t option;The name of the AppImageConfig. Must be unique to your account.
*)creationTime : Timestamp.t option;When the AppImageConfig was created.
*)lastModifiedTime : Timestamp.t option;When the AppImageConfig was last modified.
*)kernelGatewayImageConfig : KernelGatewayImageConfig.t option;The configuration for the file system and kernels in the SageMaker AI image.
*)jupyterLabAppImageConfig : JupyterLabAppImageConfig.t option;The configuration for the file system and the runtime, such as the environment variables and entry point.
*)codeEditorAppImageConfig : CodeEditorAppImageConfig.t option;The configuration for the file system and the runtime, such as the environment variables and entry point.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AppImageConfigArn.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of KernelName.t ]) list ]
list
| `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
| `Timestamp of Timestamp.t ])
list ]