Participant

Submits several participants of one benchmark together, so they are evaluated as one batch.

A batch is compared symmetrically — every participant against every other and against the benchmark's already-submitted field — where the same participants submitted one by one would be compared in submission order. All participants must belong to the same benchmark, be ready for evaluation, and appear at most once; at most 100 per request.

post/participants/submit

Request body

participantIdsstring[] required

The ids of the participants to submit, 1 to 100 of one benchmark.

Response

OK

validDatapointsinteger required

The number of valid datapoints collected by the participants.

invalidDatapointsinteger required

The number of invalid datapoints collected by the participants.

Changes