delete_image_version
(**kwargs)¶Deletes a version of a SageMaker image. The container image the version represents isn't deleted.
See also: AWS API Documentation
Request Syntax
response = client.delete_image_version(
ImageName='string',
Version=123,
Alias='string'
)
[REQUIRED]
The name of the image to delete.
dict
Response Syntax
{}
Response Structure
Exceptions
SageMaker.Client.exceptions.ResourceInUse
SageMaker.Client.exceptions.ResourceNotFound