update_image
(**kwargs)¶Updates the properties of a SageMaker image. To change the image's tags, use the AddTags and DeleteTags APIs.
See also: AWS API Documentation
Request Syntax
response = client.update_image(
DeleteProperties=[
'string',
],
Description='string',
DisplayName='string',
ImageName='string',
RoleArn='string'
)
A list of properties to delete. Only the Description
and DisplayName
properties can be deleted.
[REQUIRED]
The name of the image to update.
dict
Response Syntax
{
'ImageArn': 'string'
}
Response Structure
(dict) --
ImageArn (string) --
The ARN of the image.
Exceptions
SageMaker.Client.exceptions.ResourceInUse
SageMaker.Client.exceptions.ResourceNotFound