A Record for a prediction request log.
| KEY | TYPE | Description |
|---|---|---|
| requestId | str | The unique identifier of the prediction request. |
| query | dict | The query used to make the prediction. |
| queryTimeMs | int | The time taken to make the prediction. |
| timestampMs | str | The timestamp of the prediction request. |
| response | dict | The prediction response. |