# tinker.types.SaveWeightsResponse

## _class_ [**tinker.types.SaveWeightsResponse**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/save_weights_response.py#L10)( _[BaseModel](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/_models.py#L88)_)

**Fields:**

- [**path**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/save_weights_response.py#L11) ( _str_) – A tinker URI for model weights at a specific step
- [**type**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/save_weights_response.py#L14) ( _Optional[Literal['save_weights']]_)
