> For the complete documentation index, see [llms.txt](https://docs.dbnl.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dbnl.com/v0.20.x/using-distributional/python-sdk/sdk-functions/baseline/set_run_as_baseline.md).

# set\_run\_as\_baseline

<pre class="language-python"><code class="lang-python">dbnl.set_run_as_baseline(
    *,
    run: <a data-footnote-ref href="#user-content-fn-1">Run</a>,
) -> None:
</code></pre>

## Parameters

| Arguments | Description                                                            |
| --------- | ---------------------------------------------------------------------- |
| `run`     | The dbnl Run to be set as the Baseline Run in its Project Test Config. |

[^1]: [Run](/v0.20.x/using-distributional/python-sdk/sdk-objects/run.md)
