# EvaluationResults

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/evaluation/evaluator/EvaluationResults)

Batch evaluation results.

This makes it easy for your evaluator to return multiple
metrics at once.

## Signature

```python
EvaluationResults()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    results: list[EvaluationResult],
)
```

| Name | Type |
|------|------|
| `results` | `list[EvaluationResult]` |


## Properties

- `results`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/6a74bf5af9e542d8065af8edca54b2448f430916/python/langsmith/evaluation/evaluator.py#L97)