# InsightsHighlightedTrace

> **Class** in `langsmith`

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

A trace highlighted in an insights report summary.

## Signature

```python
InsightsHighlightedTrace()
```

## Extends

- `BaseModel`

## Properties

- `run_id`
- `cluster_id`
- `cluster_name`
- `rank`
- `highlight_reason`
- `summary`

---

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