# DatasetBase

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/schemas/DatasetBase)

Dataset base model.

## Signature

```python
DatasetBase()
```

## Extends

- `BaseModel`

## Properties

- `name`
- `description`
- `data_type`
- `model_config`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/44ce16f33ea25e65fe0e55d59e7535499238ceb6/python/langsmith/schemas.py#L221)