# SnapshotResponse

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/types/snapshot_response/SnapshotResponse)

## Signature

```python
SnapshotResponse()
```

## Extends

- `BaseModel`

## Properties

- `id`
- `created_at`
- `created_by`
- `docker_image`
- `fs_capacity_bytes`
- `fs_used_bytes`
- `image_digest`
- `memory_snapshot_size_bytes`
- `name`
- `registry_id`
- `source_sandbox_id`
- `status`
- `status_message`
- `updated_at`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/d6cd6082f09e7826a2d6afe444ae6119e61b82a6/python/langsmith/_openapi_client/types/snapshot_response.py#L10)