sagemaker_delete_image_version {paws.machine.learning}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.

See https://www.paws-r-sdk.com/docs/sagemaker_delete_image_version/ for full documentation.

Usage

sagemaker_delete_image_version(ImageName, Version = NULL, Alias = NULL)

Arguments

ImageName

[required] The name of the image to delete.

Version

The version to delete.

Alias

The alias of the image to delete.


[Package paws.machine.learning version 0.9.0 Index]