# SetupMode

> **Class** in `langchain_astradb`

📖 [View in docs](https://reference.langchain.com/python/langchain-astradb/utils/astradb/SetupMode)

Setup mode for the Astra DB collection.

## Signature

```python
SetupMode()
```

## Extends

- `Enum`

## Properties

- `SYNC`
- `ASYNC`
- `OFF`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-datastax/blob/f4a6aef74d38ee804b0d407e19359c6e45989068/libs/astradb/langchain_astradb/utils/astradb.py#L106)