# OnlineLlmEvaluator

> **Class** in `langsmith`

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

## Signature

```python
OnlineLlmEvaluator()
```

## Extends

- `BaseModel`

## Properties

- `annotation_queue_id`
- `commit_hash_or_tag`
- `corrections_dataset_id`
- `evaluator_id`
- `num_few_shot_examples`
- `prompt_id`
- `prompt_repo_handle`
- `use_corrections_dataset`
- `variable_mapping`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/687fc8d527a28504432f52bd08c75f2894c209fe/python/langsmith/_openapi_client/types/online_llm_evaluator.py#L10)