# AsyncLangsmithWithRawResponse

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/_client/AsyncLangsmithWithRawResponse)

## Signature

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

## Constructors

```python
__init__(
    self,
    client: AsyncLangsmith,
) -> None
```

| Name | Type |
|------|------|
| `client` | `AsyncLangsmith` |


## Methods

- [`datasets()`](https://reference.langchain.com/python/langsmith/_openapi_client/_client/AsyncLangsmithWithRawResponse/datasets)
- [`runs()`](https://reference.langchain.com/python/langsmith/_openapi_client/_client/AsyncLangsmithWithRawResponse/runs)
- [`threads()`](https://reference.langchain.com/python/langsmith/_openapi_client/_client/AsyncLangsmithWithRawResponse/threads)
- [`traces()`](https://reference.langchain.com/python/langsmith/_openapi_client/_client/AsyncLangsmithWithRawResponse/traces)
- [`online_evaluators()`](https://reference.langchain.com/python/langsmith/_openapi_client/_client/AsyncLangsmithWithRawResponse/online_evaluators)
- [`public()`](https://reference.langchain.com/python/langsmith/_openapi_client/_client/AsyncLangsmithWithRawResponse/public)
- [`info()`](https://reference.langchain.com/python/langsmith/_openapi_client/_client/AsyncLangsmithWithRawResponse/info)
- [`issues()`](https://reference.langchain.com/python/langsmith/_openapi_client/_client/AsyncLangsmithWithRawResponse/issues)
- [`sandboxes()`](https://reference.langchain.com/python/langsmith/_openapi_client/_client/AsyncLangsmithWithRawResponse/sandboxes)

---

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