# 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/eaefbc3d6c27b04c61676a4e0cf0604d79b059b4/libs/astradb/langchain_astradb/utils/astradb.py#L106)