# SnapshotsResource

> **Class** in `langsmith`

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

## Signature

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

## Extends

- `SyncAPIResource`

## Methods

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

---

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