tinker.types.FutureFinished
class tinker.types.FutureFinished(BaseModel)
A finished request reported by /api/v1/retrieve_futures.
Carries the uncompressed response-payload size (as retrieve_future's metadata-only response does) so the SDK can reserve the inflight-bytes budget before fetching the payload.
Fields:
- state (Literal['finished'])
- request_id (RequestID)
- response_payload_uncompressed_size (int | None)