How do I re-run specific experiments in Iguazio?

51 views Asked by At

I have a job that I ran in Iguazio a few weeks ago, and I want to re-run that exact same job, (same inputs, params, etc). Is there any easy way to do that without submitting code or using schedulers?

1

There are 1 answers

1
xsqian On

Inside the Iguazio Dashboard, navigate to the job summary of the job you want to reproduce. In the right corner, there is a menu that has a Rerun option. See the screenshot below: enter image description here When you select that, by default, it keeps the same task config (params, inputs, mounts, etc), but you can also modify them as well. This is the easiest and fastest way to reproduce an experiment, but it can also be done programmatically using the SDK.