> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# slot_reservation

> Specifies a dedicated slot for queries in a Google BigQuery-backed model to use.

<Note>
  Supported only for Google BigQuery connections.
</Note>

Specifies a [dedicated slot](https://cloud.google.com/bigquery/docs/reservations-tasks) for queries in the model to use. This setting is useful for ensuring that Omni-related workloads are isolated from other loads on your database.

## Syntax

```yaml theme={null}
slot_reservation: "<reservation_name>"
```

## Properties

<ParamField path="slot_reservation" type="string">
  The name of an existing BigQuery reservation to use for queries in this model. This must be an existing [reservation](https://cloud.google.com/bigquery/docs/reservations-tasks#create_reservations).
</ParamField>

## Examples

```yaml theme={null}
slot_reservation: "blobsrus_reservation"
```
