# 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](https://docs.dbnl.com/v0.19.x/using-distributional/python-sdk/sdk-objects/run)
