Values_1.DescribeImageResponseSourceDescribes a SageMaker AI image.
type nonrec t = {creationTime : Values_0.Timestamp.t option;When the image was created.
*)description : ImageDescription.t option;The description of the image.
*)displayName : 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 : ImageStatus.t option;The status of the image.
*)lastModifiedTime : Values_0.Timestamp.t option;When the image was last modified.
*)roleArn : Values_0.RoleArn.t option;The ARN of the IAM role that enables Amazon SageMaker AI to perform tasks on your behalf.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val 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
* [> `Enum of string
| `String of ImageDescription.t
| `Timestamp of Values_0.Timestamp.t ])
list ]