# OnlineEvaluator

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/types/online_evaluator/OnlineEvaluator)

## Signature

```python
OnlineEvaluator()
```

## Extends

- `BaseModel`

## Properties

- `id`
- `code_evaluator`
- `created_at`
- `created_by`
- `feedback_keys`
- `is_managed`
- `llm_evaluator`
- `name`
- `run_rules`
- `tenant_id`
- `type`
- `updated_at`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/33995e14a84c53b65b82482b3d2fe0624b379bda/python/langsmith/_openapi_client/types/online_evaluator.py#L14)