A single queued submission entry representing a server-side pending run.
Each entry corresponds to a run created on the server via
client.runs.create() with multitaskStrategy: "enqueue".
Timestamp when the entry was created
Server-side run ID (from client.runs.create())
The submit options passed to submit()
The current state values of the stream. Updated as streaming events are received.