v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Job

Estimates the cost of running a job to completion.

The estimate multiplies a representative per-response cost sampled from the job's rapids by the total number of responses its referee requires. Returns 409 while the estimate is not yet available because the job has no rapids, or when the referee is unbounded.

get/job/{jobId}/cost-estimate

Path parameters

jobIdstring required

The id of the job to estimate.

Response

OK

estimatedCostnumber double required

The estimated total cost of running the job to completion.

costPerResponsenumber double required

The representative per-response cost the estimate is based on.

datapointCountinteger required

The number of datapoints in the job's dataset.

requiredResponsesinteger required

The total number of responses the job's referee requires to complete.