# tinker.types.SamplingSessionFuturesTarget ## *class* [**tinker.types.SamplingSessionFuturesTarget**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/futures_retrieve_request.py#L10)(*[StrictBase](https://github.com/thinking-machines-lab/tinker/blob/main/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/main/src/tinker/types/futures_retrieve_request.py#L17) (*Literal['sampling_session']*) - [**sampling_session_id**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/futures_retrieve_request.py#L18) (*str*) - [**cloned_sampler_id**](https://github.com/thinking-machines-lab/tinker/blob/main/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)