mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update FAQ, pipeline, and report logo images (#1069)
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||
<div class="max-w-75">
|
||||
|
||||

|
||||

|
||||
|
||||
</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
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||
<div class="max-w-75">
|
||||
|
||||

|
||||

|
||||
|
||||
</div>
|
||||
|
||||
## @PipelineDecorator.component
|
||||
Using the [`@PipelineDecorator.component`](../references/sdk/automation_controller_pipelinedecorator.md#pipelinedecoratorcomponent)
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||
<div class="max-w-75">
|
||||
|
||||

|
||||

|
||||
|
||||
</div>
|
||||
|
||||
### Additional Configuration
|
||||
You can connect configuration dictionaries or files to a pipeline controller using
|
||||
|
||||
Reference in New Issue
Block a user