Enqueue Prediction Confidence
Idempotent: ensure a confidence score exists for prediction_id.
- 404 if the prediction is unknown to both Redis and ClickHouse.
- 200 completed if ClickHouse already has a confidence value.
- 202 queued otherwise (newly enqueued or already in flight).
post/api/v1/arbiters/predictions/{prediction_id}/confidence
Path parameters
prediction_idstring required
Headers
authorizationstring nullable
Cookies
modaic_sessionstring nullable
Response
Successful Response