> 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_query_as_baseline.md).

# set\_run\_query\_as\_baseline

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

## Parameters

| Arguments   | Description                                                                                                                                     |
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| `run_query` | The dbnl [RunQuery](/v0.20.x/using-distributional/python-sdk/sdk-objects/runquery.md) to be set as the Baseline Run in its Project Test Config. |

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