Update FAQ, pipeline, and report logo images (#1069)
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
pollfly
2025-03-03 15:20:52 +02:00
committed by GitHub
parent 2ef60eb575
commit b73c74296a
21 changed files with 46 additions and 12 deletions

View File

@@ -103,7 +103,12 @@ You can rerun the pipeline programmatically or via the ClearML Web UI:
* To launch a new pipeline run in the UI, click **+ NEW RUN** in the [pipeline runs](../webapp/pipelines/webapp_pipeline_table.md) page. This opens a **NEW RUN** modal, where you
can set the run's parameters and execution queue.
![Pipeline params UI](../img/pipelines_new_run.png)
<div class="max-w-75">
![Pipeline params UI](../img/pipelines_new_run.png#light-mode-only)
![Pipeline params UI](../img/pipelines_new_run_dark.png#dark-mode-only)
</div>
The new pipeline run will be executed through the execution queue by a ClearML agent. The agent will rebuild
the pipeline according to the configuration and DAG that was captured in the original run, and override the original

View File

@@ -67,7 +67,12 @@ def main(pickle_url, mock_parameter='mock'):
When the function is called, a corresponding ClearML Controller Task is created: its arguments are logged as the task's
parameters. When launching a new pipeline run from the [UI](../webapp/pipelines/webapp_pipeline_page.md), you can modify their values for the new run.
![Pipeline new run](../img/pipelines_new_run.png)
<div class="max-w-75">
![Pipeline new run](../img/pipelines_new_run.png#light-mode-only)
![Pipeline new run](../img/pipelines_new_run_dark.png#dark-mode-only)
</div>
## @PipelineDecorator.component
Using the [`@PipelineDecorator.component`](../references/sdk/automation_controller_pipelinedecorator.md#pipelinedecoratorcomponent)

View File

@@ -42,7 +42,12 @@ These parameters can be programmatically injected into a step's configuration us
When launching a new pipeline run from the [UI](../webapp/pipelines/webapp_pipeline_table.md), you can modify their
values for the new run.
![Pipeline new run](../img/pipelines_new_run.png)
<div class="max-w-75">
![Pipeline new run](../img/pipelines_new_run.png#light-mode-only)
![Pipeline new run](../img/pipelines_new_run_dark.png#dark-mode-only)
</div>
### Additional Configuration
You can connect configuration dictionaries or files to a pipeline controller using