Delete a model card
Follow these steps to permanently delete one or more model cards.
-
Go to the Amazon SageMaker Model Cards console.
-
Check the box to the left of the name of the card(s) you want to delete.
-
Choose Delete in the upper right-hand corner.
-
Confirm your request to permanently delete one or more cards..
You can also delete a model card when viewing the model card overview in the console by choosing Actions and then Delete model card.
Within the SageMaker Python SDK, you can permanently delete a model card with the following command:
my_card
.delete()