v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Job

Estimates the cost of running a job definition's latest revision to completion.

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

get/job/definition/{definitionId}/cost-estimate

Path parameters

definitionIdstring required

The id of the job definition to estimate.

Response

OK

estimatedCostnumber double required

The estimated total cost of running the definition's latest revision to completion.

costPerResponsenumber double required

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

datapointCountinteger required

The number of datapoints in the definition's dataset.

requiredResponsesinteger required

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