Values_1.CreateImageRequestSourceCreates a custom SageMaker AI image. A SageMaker AI image is a set of image versions. Each image version represents a container image stored in Amazon ECR. For more information, see Bring your own SageMaker AI image.
type nonrec t = {description : ImageDescription.t option;The description of the image.
*)displayName : ImageDisplayName.t option;The display name of the image. If not provided, ImageName is displayed.
*)imageName : Values_0.ImageName.t;The name of the image. Must be unique to your account.
*)roleArn : Values_0.RoleArn.t;The ARN of an IAM role that enables Amazon SageMaker AI to perform tasks on your behalf.
*)}val make :
?description:??? ->
?displayName:??? ->
?tags:??? ->
imageName:Values_0.ImageName.t ->
roleArn:Values_0.RoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of ImageDescription.t ])
list ]