Values_1.CreateImageVersionResponseSourceCreates a version of the SageMaker AI image specified by ImageName. The version represents the Amazon ECR container image specified by BaseImage.
type nonrec t = {imageVersionArn : Values_0.ImageVersionArn.t option;The ARN of the image version.
*)}type nonrec error = [ | `ResourceInUse of Values_0.ResourceInUse.t| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t| `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceInUse of Values_0.ResourceInUse.t
| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceInUse of Values_0.ResourceInUse.t
| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.ImageVersionArn.t ]) list ]