clearml-docs/docs/webapp/pipelines/webapp_pipeline_page.md
2022-12-22 11:36:45 +02:00

2.1 KiB
Raw Blame History

title
Pipelines Page

Use the Pipelines Page to navigate between and manage pipelines. The page shows execution summaries for all ClearML Pipelines.

Click on a pipeline card to navigate to its Pipeline Runs Table, where you can view the pipeline structure, configuration, and outputs of all the pipelines runs, as well as create new runs.

Filter the pipelines to find the one youre looking for more easily. These filters can be applied by clicking Filter:

  • My Work - Show only pipelines that you created
  • Tags - Choose which tags to filter by from a list of tags used in the pipelines.
    • Filter by multiple tag values using the ANY or ALL options, which correspond to the logical "AND" and "OR" respectively. These options appear on the top of the tag list.
    • Filter by the absence of a tag (logical "NOT") by clicking its checkbox twice. An X will appear in the tag's checkbox.

Pipelines page

Pipeline Cards

The pipeline cards display summarized pipeline information:

Project card

  • Pipeline name
  • Time since the pipelines most recent run
  • Run summary - Number of Running/Pending/Completed/Failed runs
  • Tags

Pipeline Actions

Click Menu on the top right of a pipeline card to open its context menu and access pipeline actions.

Project context menu

  • Rename - Change the pipelines name
  • Add Tag - Add label to the pipeline to help easily classify groups of pipelines.
  • Delete - Delete the pipeline: delete all its runs and any models/artifacts produced (a list of remaining artifacts is returned). To delete a pipeline, all its runs must first be archived.