SageMaker Experiments Deletion Help Needed

0

Hi Friends,

I have deleted everything in Sagemaker - but support is asking me to delete the experiments that are still in my account : they sent me a link to follow

https://docs.aws.amazon.com/sagemaker/latest/dg/experiments-cleanup.html

but I have no idea how to complete this task -- does anyone know in terms that someone who has no idea what this means - can follow and achieve this task

you have no idea how much it would mean to me for any assistance

1 Answer
1
Accepted Answer

You need to use a computer with Python, the SageMaker SDK installed, and AWS credentials with enough permissions for that account configured. If you are already using SageMaker Studio, that should work.

Use the second method. Create a file (Menu File -> New -> Python File). Rename it as cleanup_experiments.py(right click on the file on top and select Rename Python File), then paste the code in the documentation (those three sections, one after another). Save the file and open a terminal (Menu File -> New -> Terminal). Navigate to the directory where you saved the file and execute the command python cleanup_experiments.py

profile pictureAWS
EXPERT
Tasio
answered a year ago
profile pictureAWS
EXPERT
reviewed a year ago
  • Tasio - thanks for your excellent answer - I do not understand it - but I can show someone and they maybe able to help me solve this problem -- thanks for your attention I cannot tell you how much I appreciate it

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions