- Newest
- Most votes
- Most comments
Hi, broadly you're correct: There's no built-in mechanism to limit the number or percentage of tasks each user can complete within a job as far as I'm aware... So if you want this behavior you'd need to create separate labeling jobs and assign them to single-user "teams".
You could automate this process of splitting manifests and creating/managing separate teams through Lambda, EventBridge, and similar integrations... But overall, I'd say it's a pretty unusual pattern and not one I'd particularly recommend?
Perhaps you could focus on recognition rather than hard limits: In your output manifest files I believe you should see a labeler ID, which won't be the email address of the user, but I tentatively think might be an ID you could look up against the Amazon Cognito User Pool that Ground Truth creates in your account? If you can resolve the user IDs from the output manifests to the individuals in your organization, you could produce and share leaderboards to recognize how some people contributed more to the effort than others?
This would help resolve the tension between enforcing fairness, versus prioritizing getting the work completed by whoever's available to help out.
Relevant content
- asked 5 months ago
- asked 3 years ago
- AWS OFFICIALUpdated 9 months ago