Updates the properties of a SageMaker AI image. To change the image's tags, use the add_tags
and delete_tags
APIs.
See https://www.paws-r-sdk.com/docs/sagemaker_update_image/ for full documentation.
sagemaker_update_image(
DeleteProperties = NULL,
Description = NULL,
DisplayName = NULL,
ImageName,
RoleArn = NULL
)
A list of properties to delete. Only the Description
and DisplayName
properties can be deleted.
The new description for the image.
The new display name for the image.
[required] The name of the image to update.
The new ARN for the IAM role that enables Amazon SageMaker AI to perform tasks on your behalf.