EvaluationRound
org.sagebionetworks.evaluation.model.EvaluationRound
Defines the duration of a round and sets limits for maximum submissions per round
Field | Type | Description |
---|---|---|
id | STRING | The id of the EvaluationRound |
etag | STRING | Synapse employs an Optimistic Concurrency Control (OCC) scheme to handle concurrent updates. The eTag changes every time an EvaluationRound is updated; it is used to detect when a client's copy of an Evaluation is out-of-date. |
evaluationId | STRING | The Evaluation to which this EvaluationRound belongs |
roundStart | STRING | The date/time at which the first round begins. |
roundEnd | STRING | The date/time at which the round ends. |
limits | ARRAY<EvaluationRoundLimit> | Optional. Sets limits for maximum submissions in this round. |