Values_2.ImageSourceA 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.
type nonrec t = {creationTime : Values_0.Timestamp.t option;When the image was created.
*)description : Values_1.ImageDescription.t option;The description of the image.
*)displayName : Values_1.ImageDisplayName.t option;The name of the image as displayed.
*)failureReason : Values_0.FailureReason.t option;When a create, update, or delete operation fails, the reason for the failure.
*)imageArn : Values_0.ImageArn.t option;The ARN of the image.
*)imageName : Values_0.ImageName.t option;The name of the image.
*)imageStatus : Values_1.ImageStatus.t option;The status of the image.
*)lastModifiedTime : Values_0.Timestamp.t option;When the image was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.ImageDescription.t
| `Timestamp of Values_0.Timestamp.t ])
list ]