Recover runs and manage pipeline versions
Choose the correct continuation action, preserve version history, share access, and export restorable pipeline snapshots.
Choose the correct follow-up action#
- Use Continue for an interrupted run
Continue attempts to resume eligible interrupted, failed, or ended work from the latest usable state instead of starting from the beginning.
- Use Resume for evaluation-only recovery
When training completed but evaluation did not, an eligible Resume action evaluates the existing checkpoint without repeating training.
- Use Run Again for a new version
After completion and while idle, Run Again starts another run in the same pipeline lineage. Confirm the epoch prompt and configuration before submitting.
- Use Clone for an independent branch
Clone creates a separate pipeline for a materially different experiment or configuration. It may consume additional workspace capacity.
- Use Fine-tune for compatible transfer learning
Fine-tune creates a child pipeline from a completed trainable, non-classical model and a compatible dataset. Choose whether to keep the existing configuration and provide a focused instruction.
Read version history#
- Open the version selector
Choose a completed run version rather than assuming the newest visible result is the one used for a prior decision.
- Read the pinned ML backend
In the lower Results area, read the backend recorded for the selected version. Switching result tabs updates that label, and the version table shows backend context per version when it was recorded.
- Compare current and previous versions
Review configuration, checkpoint, pinned backend, primary metric, detailed evaluation, and creation time for each version.
- Record the selected version
When sharing a result or deploying a model, record the pipeline and selected model version in your own change record.
Manage collaborators and snapshots#
- Set access deliberately
Keep the pipeline private, share it with the organization, or make it global only when the workspace permits that scope and the content is suitable.
- Manage collaborators
Pipeline collaborators can be Owner or Viewer. Use Viewer for inspection; reserve ownership for users responsible for lifecycle actions.
- Download a pipeline snapshot
Choose whether the ZIP should include an eligible checkpoint and available progress artifacts. Treat the download as sensitive model material.
- Verify the export
Store the snapshot securely and keep its pipeline-version context. Test import in an appropriate workspace before relying on it for recovery.