# AsyncOnlineEvaluatorsResource

> **Class** in `langsmith`

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

## Signature

```python
AsyncOnlineEvaluatorsResource(
    self,
    client: AsyncLangsmith,
)
```

## Extends

- `AsyncAPIResource`

## Methods

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

---

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