Module Values_0.AppImageConfigDetailsSource

The configuration for running a SageMaker AI image as a KernelGateway app.

Sourcetype nonrec t = {
  1. appImageConfigArn : AppImageConfigArn.t option;
    (*

    The ARN of the AppImageConfig.

    *)
  2. appImageConfigName : AppImageConfigName.t option;
    (*

    The name of the AppImageConfig. Must be unique to your account.

    *)
  3. creationTime : Timestamp.t option;
    (*

    When the AppImageConfig was created.

    *)
  4. lastModifiedTime : Timestamp.t option;
    (*

    When the AppImageConfig was last modified.

    *)
  5. kernelGatewayImageConfig : KernelGatewayImageConfig.t option;
    (*

    The configuration for the file system and kernels in the SageMaker AI image.

    *)
  6. jupyterLabAppImageConfig : JupyterLabAppImageConfig.t option;
    (*

    The configuration for the file system and the runtime, such as the environment variables and entry point.

    *)
  7. codeEditorAppImageConfig : CodeEditorAppImageConfig.t option;
    (*

    The configuration for the file system and the runtime, such as the environment variables and entry point.

    *)
}
Sourceval make : ?appImageConfigArn:??? -> ?appImageConfigName:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?kernelGatewayImageConfig:??? -> ?jupyterLabAppImageConfig:??? -> ?codeEditorAppImageConfig:??? -> unit -> t
Sourceval 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 ]
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