# tinker.types.SamplingSessionFuturesTarget *Generated from tinker 0.30.4 at commit [`1e5777e`](https://github.com/thinking-machines-lab/tinker/tree/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d). Source links point at that snapshot.* ## *class* [**tinker.types.SamplingSessionFuturesTarget**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/futures_retrieve_request.py#L10)(*[StrictBase](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/_models.py#L76)*) Poll target: one (possibly cloned) sampling session. `cloned_sampler_id` is `seq_id // 1_000_000_000` for cloned SamplingClients (0 for the original). **Fields:** - [**type**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/futures_retrieve_request.py#L17) (*Literal['sampling_session']*) - [**sampling_session_id**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/futures_retrieve_request.py#L18) (*str*) - [**cloned_sampler_id**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/futures_retrieve_request.py#L19) (*int*) ## Referenced by - [tinker.types.FuturesRetrieveRequest](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/types/futuresretrieverequest/index.md)