Module Values_1.DescribeImageVersionRequestSource

Describes a version of a SageMaker AI image.

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

    The name of the image.

    *)
  2. version : Values_0.ImageVersionNumber.t option;
    (*

    The version of the image. If not specified, the latest version is described.

    *)
  3. alias : SageMakerImageVersionAlias.t option;
    (*

    The alias of the image version.

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