Updates the properties of a SageMaker image
Updates the properties of a SageMaker image. To change the image's tags,
use the add_tags
and
delete_tags
APIs.
sagemaker_update_image(DeleteProperties, Description, DisplayName, ImageName, RoleArn)
DeleteProperties |
A list of properties to delete. Only the |
Description |
The new description for the image. |
DisplayName |
The new display name for the image. |
ImageName |
[required] The name of the image to update. |
RoleArn |
The new Amazon Resource Name (ARN) for the IAM role that enables Amazon SageMaker to perform tasks on your behalf. |
A list with the following syntax:
list( ImageArn = "string" )
svc$update_image( DeleteProperties = list( "string" ), Description = "string", DisplayName = "string", ImageName = "string", RoleArn = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.