# DatasetDiffInfo

> **Class** in `langsmith`

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

Represents the difference information between two datasets.

## Signature

```python
DatasetDiffInfo()
```

## Extends

- `BaseModel`

## Properties

- `examples_modified`
- `examples_added`
- `examples_removed`

---

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