# tinker.types.SaveWeightsForSamplerResponse ## *class* [**tinker.types.SaveWeightsForSamplerResponse**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/_pydantic_types/save_weights_for_sampler_response.py#L19)(*[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/_pydantic_types/save_weights_for_sampler_response.py#L20) (*str*) – A tinker URI for model weights for sampling at a specific step - [**type**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/_pydantic_types/save_weights_for_sampler_response.py#L23) (*Optional\[Literal['save_weights_for_sampler']\]*)