Values_2.ImageVersionSourceA version of a SageMaker AI Image. A version represents an existing container image.
type nonrec t = {creationTime : Values_0.Timestamp.t option;When the version was created.
*)failureReason : Values_0.FailureReason.t option;When a create or delete operation fails, the reason for the failure.
*)imageArn : Values_0.ImageArn.t option;The ARN of the image the version is based on.
*)imageVersionArn : Values_0.ImageVersionArn.t option;The ARN of the version.
*)imageVersionStatus : Values_1.ImageVersionStatus.t option;The status of the version.
*)lastModifiedTime : Values_0.Timestamp.t option;When the version was last modified.
*)version : Values_0.ImageVersionNumber.t option;The version number.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.ImageVersionNumber.t
| `String of Values_0.FailureReason.t
| `Timestamp of Values_0.Timestamp.t ])
list ]