Module Values_2.ImageSource

A SageMaker AI image. A SageMaker AI image represents a set of container images that are derived from a common base container image. Each of these container images is represented by a SageMaker AI ImageVersion.

Sourcetype nonrec t = {
  1. creationTime : Values_0.Timestamp.t option;
    (*

    When the image was created.

    *)
  2. description : Values_1.ImageDescription.t option;
    (*

    The description of the image.

    *)
  3. displayName : Values_1.ImageDisplayName.t option;
    (*

    The name of the image as displayed.

    *)
  4. failureReason : Values_0.FailureReason.t option;
    (*

    When a create, update, or delete operation fails, the reason for the failure.

    *)
  5. imageArn : Values_0.ImageArn.t option;
    (*

    The ARN of the image.

    *)
  6. imageName : Values_0.ImageName.t option;
    (*

    The name of the image.

    *)
  7. imageStatus : Values_1.ImageStatus.t option;
    (*

    The status of the image.

    *)
  8. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    When the image was last modified.

    *)
}
Sourceval make : ?creationTime:??? -> ?description:??? -> ?displayName:??? -> ?failureReason:??? -> ?imageArn:??? -> ?imageName:??? -> ?imageStatus:??? -> ?lastModifiedTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_1.ImageDescription.t | `Timestamp of Values_0.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