# BoxUpdateParams

> **Class** in `langsmith`

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

## Signature

```python
BoxUpdateParams()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    cpu_millicores: int,
    delete_after_stop_seconds: int,
    fs_capacity_bytes: int,
    idle_ttl_seconds: int,
    mem_bytes: int,
    body_name: Annotated[str, PropertyInfo(alias='name')],
    proxy_config: ProxyConfig,
    tag_value_ids: SequenceNotStr[str],
    vcpus: int,
)
```

| Name | Type |
|------|------|
| `cpu_millicores` | `int` |
| `delete_after_stop_seconds` | `int` |
| `fs_capacity_bytes` | `int` |
| `idle_ttl_seconds` | `int` |
| `mem_bytes` | `int` |
| `body_name` | `Annotated[str, PropertyInfo(alias='name')]` |
| `proxy_config` | `ProxyConfig` |
| `tag_value_ids` | `SequenceNotStr[str]` |
| `vcpus` | `int` |


## Properties

- `cpu_millicores`
- `delete_after_stop_seconds`
- `fs_capacity_bytes`
- `idle_ttl_seconds`
- `mem_bytes`
- `body_name`
- `proxy_config`
- `tag_value_ids`
- `vcpus`

---

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