# OnlineEvaluatorRunRule

> **Class** in `langsmith`

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

## Signature

```python
OnlineEvaluatorRunRule()
```

## Extends

- `BaseModel`

## Properties

- `id`
- `corrections_dataset_id`
- `dataset_id`
- `dataset_name`
- `group_by`
- `num_few_shot_examples`
- `session_id`
- `session_name`
- `spend_limit`
- `spend_usd`
- `trace_count`
- `use_corrections_dataset`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/d6cd6082f09e7826a2d6afe444ae6119e61b82a6/python/langsmith/_openapi_client/types/online_evaluator_run_rule.py#L11)