# AsyncRegistriesResource

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/registries/AsyncRegistriesResource)

## Signature

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

## Extends

- `AsyncAPIResource`

## Methods

- [`with_raw_response()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/registries/AsyncRegistriesResource/with_raw_response)
- [`with_streaming_response()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/registries/AsyncRegistriesResource/with_streaming_response)
- [`create()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/registries/AsyncRegistriesResource/create)
- [`retrieve()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/registries/AsyncRegistriesResource/retrieve)
- [`update()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/registries/AsyncRegistriesResource/update)
- [`list()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/registries/AsyncRegistriesResource/list)
- [`delete()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/registries/AsyncRegistriesResource/delete)

---

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