Values_2.UpdateImageRequestSourceUpdates the properties of a SageMaker AI image. To change the image's tags, use the AddTags and DeleteTags APIs.
type nonrec t = {deleteProperties : ImageDeletePropertyList.t option;A list of properties to delete. Only the Description and DisplayName properties can be deleted.
*)description : Values_1.ImageDescription.t option;The new description for the image.
*)displayName : Values_1.ImageDisplayName.t option;The new display name for the image.
*)imageName : Values_0.ImageName.t;The name of the image to update.
*)roleArn : Values_0.RoleArn.t option;The new ARN for the IAM role that enables Amazon SageMaker AI to perform tasks on your behalf.
*)}val make :
?deleteProperties:??? ->
?description:??? ->
?displayName:??? ->
?roleArn:??? ->
imageName:Values_0.ImageName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ImageDeleteProperty.t ] list
| `String of Values_1.ImageDescription.t ])
list ]