# SnapshotCreateParams

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/types/sandboxes/snapshot_create_params/SnapshotCreateParams)

## Signature

```python
SnapshotCreateParams()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    docker_image: Required[str],
    fs_capacity_bytes: Required[int],
    name: Required[str],
    registry_id: str,
)
```

| Name | Type |
|------|------|
| `docker_image` | `Required[str]` |
| `fs_capacity_bytes` | `Required[int]` |
| `name` | `Required[str]` |
| `registry_id` | `str` |


## Properties

- `docker_image`
- `fs_capacity_bytes`
- `name`
- `registry_id`

---

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