Values_1.DescribeImageVersionResponseSourceDescribes a version of a SageMaker AI image.
type nonrec t = {baseImage : ImageBaseImage.t option;The registry path of the container image on which this image version is based.
*)containerImage : ImageContainerImage.t option;The registry path of the container image that contains this image version.
*)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 : 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.
*)vendorGuidance : VendorGuidance.t option;The stability of the image version specified by the maintainer. NOT_PROVIDED: The maintainers did not provide a status for image version stability. STABLE: The image version is stable. TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months. ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.
*)jobType : JobType.t option;Indicates SageMaker AI job type compatibility. TRAINING: The image version is compatible with SageMaker AI training jobs. INFERENCE: The image version is compatible with SageMaker AI inference jobs. NOTEBOOK_KERNEL: The image version is compatible with SageMaker AI notebook kernels.
*)mLFramework : MLFramework.t option;The machine learning framework vended in the image version.
*)programmingLang : ProgrammingLang.t option;The supported programming language and its version.
*)processor : Processor.t option;Indicates CPU or GPU compatibility. CPU: The image version is compatible with CPU. GPU: The image version is compatible with GPU.
*)horovod : Horovod.t option;Indicates Horovod compatibility.
*)releaseNotes : ReleaseNotes.t option;The maintainer description of the image version.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?baseImage:??? ->
?containerImage:??? ->
?creationTime:??? ->
?failureReason:??? ->
?imageArn:??? ->
?imageVersionArn:??? ->
?imageVersionStatus:??? ->
?lastModifiedTime:??? ->
?version:??? ->
?vendorGuidance:??? ->
?jobType:??? ->
?mLFramework:??? ->
?programmingLang:??? ->
?processor:??? ->
?horovod:??? ->
?releaseNotes:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Horovod.t
| `Enum of string
| `Integer of Values_0.ImageVersionNumber.t
| `String of ImageBaseImage.t
| `Timestamp of Values_0.Timestamp.t ])
list ]