clearml-docs/docs/webapp/pipelines/webapp_pipeline_viewing.md
2022-03-28 12:16:38 +03:00

2.5 KiB
Raw Blame History

title
Pipeline Run Details

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

Pipeline structure

Each step shows:

Pipeline step info

  • Step name
  • Step status
  • Step execution time
  • Step log button - Hover over the step and click console to view the steps console log and code

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

Run and Step Details

Run and Step Info

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

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

Run info

To view a runs complete information, click Full details, which will open the pipelines controller task page. View each lists complete details in the pipeline tasks corresponding tabs:

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

Pipeline task info

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

Step info

To return to viewing the runs information, click the pipeline graph, outside any of the steps.

Run and Step Log

Click on DETAILS on the top left of the info panel to view a runs full console log. The log contains everything printed to stdout and stderr.

To view a steps console log, click DETAILS and then click on a step.

Step console

For pipelines steps generated from functions using either PipelineController.add_function_step or PipelineDecorator.component, you can also view the selected steps code. On the top center of the console panel, click Code.

Step code