Reputation: 39
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?
Upvotes: 1
Views: 45
Reputation: 279
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:
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.
Upvotes: 0