Delete Image Version
sagemaker_delete_image_version | R Documentation |
Deletes a version of a SageMaker AI image¶
Description¶
Deletes a version of a SageMaker AI image. The container image the version represents isn't deleted.
Usage¶
sagemaker_delete_image_version(ImageName, Version, Alias)
Arguments¶
ImageName |
[required] The name of the image to delete. |
Version |
The version to delete. |
Alias |
The alias of the image to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_image_version(
ImageName = "string",
Version = 123,
Alias = "string"
)