Skip to content
5 of 6 · Pipelines

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#

  1. 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.

  2. Use Resume for evaluation-only recovery

    When training completed but evaluation did not, an eligible Resume action evaluates the existing checkpoint without repeating training.

  3. 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.

  4. Use Clone for an independent branch

    Clone creates a separate pipeline for a materially different experiment or configuration. It may consume additional workspace capacity.

  5. 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#

  1. Open the version selector

    Choose a completed run version rather than assuming the newest visible result is the one used for a prior decision.

  2. 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.

  3. Compare current and previous versions

    Review configuration, checkpoint, pinned backend, primary metric, detailed evaluation, and creation time for each version.

  4. 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#

  1. 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.

  2. Manage collaborators

    Pipeline collaborators can be Owner or Viewer. Use Viewer for inspection; reserve ownership for users responsible for lifecycle actions.

  3. Download a pipeline snapshot

    Choose whether the ZIP should include an eligible checkpoint and available progress artifacts. Treat the download as sensitive model material.

  4. 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.