# OnlineEvaluatorsResource

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/resources/online_evaluators/OnlineEvaluatorsResource)

## Signature

```python
OnlineEvaluatorsResource(
    self,
    client: Langsmith,
)
```

## Extends

- `SyncAPIResource`

## Methods

- [`with_raw_response()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/online_evaluators/OnlineEvaluatorsResource/with_raw_response)
- [`with_streaming_response()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/online_evaluators/OnlineEvaluatorsResource/with_streaming_response)
- [`create()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/online_evaluators/OnlineEvaluatorsResource/create)
- [`retrieve()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/online_evaluators/OnlineEvaluatorsResource/retrieve)
- [`update()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/online_evaluators/OnlineEvaluatorsResource/update)
- [`list()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/online_evaluators/OnlineEvaluatorsResource/list)
- [`delete()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/online_evaluators/OnlineEvaluatorsResource/delete)
- [`bulk_delete()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/online_evaluators/OnlineEvaluatorsResource/bulk_delete)
- [`spend()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/online_evaluators/OnlineEvaluatorsResource/spend)

---

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