Skip to content

OnlineEvaluationSummary

← All HTTP schemas

Summarizes the online evaluation window (GET /api/evaluation/online).

Shape: object

Property Required Type Description Rules
windowStart yes string (date-time) Gets the window start in UTC.
windowEnd yes string (date-time) Gets the window end in UTC.
sampleCount yes integer (int64) Gets the sample count, which is the number of scored runs in the window. pattern `^-?(?:0\
averageScore no number (double) Gets the average score in the window, from 0 to 100, or null with no samples. pattern `^-?(?:0\
lowScoreThreshold yes integer (int32) Gets the configured low-score threshold. pattern `^-?(?:0\
minSampleSize yes integer (int32) Gets the minimum sample count required for an alarm. pattern `^-?(?:0\
belowThreshold yes boolean Gets true when the average is below the threshold and the sample count meets the minimum.
judgeCost no number (double) Gets the total judge cost in the window, or null when unknown. pattern `^-?(?:0\
judgeCostCurrency no string Gets the judge-cost currency.