clearml-docs/docs/webapp/pipelines/webapp_pipeline_viewing.md
pollfly 13a0e1ae50
Some checks are pending
CI / build (push) Waiting to run
Update images (#997)
2025-02-05 17:53:30 +02:00

5.1 KiB

title
Pipeline Run Details

The run details panel shows the pipeline's structure and the execution status of every step, as well as the run's configuration parameters and output.

Pipeline structure Pipeline structure

Each step shows:

Pipeline step info Pipeline step info

  • Step name
  • Step status
  • Step execution time
  • Step log button - Hover over the step and click console to view the step's details panel

While the pipeline is running, the steps' details and colors are updated.

Run Stages

Steps that were set into the same stage when created, are grouped into stages in the Run Details panel.

In stages view, clickExpand Stages to view the complete pipeline DAG with all steps visible. In the detailed view, click Collapse Stages to view the pipeline DAG outline with the same stage steps grouped into a single stage.

Pipeline structure in stages Pipeline structure in stages

In the collapsed view, each stage displays:

Pipeline stage card Pipeline stage card

  • Stage name
  • Number of steps in stage

Click Expand to view the steps that comprise the stage. Select a step to view its Step Info.

Click on a stage to view its STAGE INFO:

Pipeline stage info Pipeline stage info

  • Stage name
  • Step count by status - The number of steps in each status category (e.g. completed, running, pending)

Run and Step Details

Run and Step Info

On the pipeline run panel, view the RUN INFO which shows:

  • Run Parameters
  • Reported Metrics
  • Produced Artifacts
  • Output Models

Run info Run info

To view a run's complete information, click Full details, which will open the pipeline's controller task page. View each list's complete details in the pipeline task's corresponding tabs:

  • PARAMETERS list > CONFIGURATION tab
  • METRICS list > SCALARS tab
  • ARTIFACTS and MODELS lists > ARTIFACTS tab

Pipeline task info Pipeline task info

To view a specific step's information, click the step on the execution graph, and the info panel displays its STEP INFO. The panel displays the step's name, task type, and status, as well as its parameters, metrics, artifacts, and models.

Step info Step info

To return to viewing the run's information, click the pipeline graph, outside any of the steps.

Run and Step Details Panel

Click on DETAILS on the top left of the info panel to view the pipeline controller's details panel. To view a step's details panel, click DETAILS and then click on a step node, or hover over a step node and click details.

The details panel includes three tabs:

  • Preview - View debug samples and plots attached to the pipeline controller or step

    preview preview

  • Console - The console log for the pipeline controller or steps: contains everything printed to stdout and stderr.

    console console

  • Code - For pipeline steps generated from functions using either PipelineController.add_function_step or PipelineDecorator.component, you can view the selected step's code.

    code code

Click Expand on the details panel header to view the panel in full screen.