# VolumeMountSpec

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/sandbox/_models/VolumeMountSpec)

Specification for mounting a volume in a sandbox template.

## Signature

```python
VolumeMountSpec(
    self,
    volume_name: str,
    mount_path: str,
)
```

## Constructors

```python
__init__(
    self,
    volume_name: str,
    mount_path: str,
) -> None
```

| Name | Type |
|------|------|
| `volume_name` | `str` |
| `mount_path` | `str` |


## Properties

- `volume_name`
- `mount_path`

---

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