# AsyncExperimentResults

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/evaluation/_arunner/AsyncExperimentResults)

## Signature

```python
AsyncExperimentResults(
    self,
    experiment_manager: _AsyncExperimentManager,
)
```

## Constructors

```python
__init__(
    self,
    experiment_manager: _AsyncExperimentManager,
)
```

| Name | Type |
|------|------|
| `experiment_manager` | `_AsyncExperimentManager` |


## Properties

- `experiment_name`
- `experiment_id`
- `url`

## Methods

- [`get_dataset_id()`](https://reference.langchain.com/python/langsmith/evaluation/_arunner/AsyncExperimentResults/get_dataset_id)
- [`get_comparison_url()`](https://reference.langchain.com/python/langsmith/evaluation/_arunner/AsyncExperimentResults/get_comparison_url)
- [`to_pandas()`](https://reference.langchain.com/python/langsmith/evaluation/_arunner/AsyncExperimentResults/to_pandas)
- [`wait()`](https://reference.langchain.com/python/langsmith/evaluation/_arunner/AsyncExperimentResults/wait)

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/6a74bf5af9e542d8065af8edca54b2448f430916/python/langsmith/evaluation/_arunner.py#L1170)