TeamSubmissionEligibility
org.sagebionetworks.evaluation.model.TeamSubmissionEligibility
Describes the eligibility of a Challenge Team to submit to an Evalution queue, reflecting the queue's submission quotas and current submissions.
| Field | Type | Description |
|---|---|---|
| teamId | STRING | The ID of the Team of interest |
| evaluationId | STRING | The ID of the Evaluation of interest |
| teamEligibility | SubmissionEligibility | Describes the eligibility of a to submit to an Evaluation queue, reflecting the queue's submission quotas and current submissions. |
| membersEligibility | ARRAY<MemberSubmissionEligibility> | Describes the submission eligibility of the contributors to the Submission. |
| eligibilityStateHash | INTEGER | A hash of this object, used for optimistic concurrency. |