Module Values_0.CustomImageSource

A custom SageMaker AI image. For more information, see Bring your own SageMaker AI image.

Sourcetype nonrec t = {
  1. imageName : ImageName.t;
    (*

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

    *)
  2. imageVersionNumber : ImageVersionNumber.t option;
    (*

    The version number of the CustomImage.

    *)
  3. appImageConfigName : AppImageConfigName.t;
    (*

    The name of the AppImageConfig.

    *)
}
Sourceval context_ : string
Sourceval make : ?imageVersionNumber:??? -> imageName:ImageName.t -> appImageConfigName:AppImageConfigName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of ImageVersionNumber.t | `String of ImageName.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