Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create GET /classifier-jobs/{jobId}/summary/{classificationValue} #596

Closed
grindarius opened this issue Apr 26, 2024 · 0 comments · Fixed by #597
Closed

Create GET /classifier-jobs/{jobId}/summary/{classificationValue} #596

grindarius opened this issue Apr 26, 2024 · 0 comments · Fixed by #597
Assignees

Comments

@grindarius
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently we have a problem where we cannot precisely get the name and total count of given species when user access the /p/{projectSlug}/detect/cnn/detail/{classificationValue}

Describe the solution you'd like
I will create GET /classifier-jobs/{jobId}/summary/{classificationValue} endpoint to get information about the total counts of the species and their name. Where it will return 404 when given classificationValue does not exist in the classifier used in that job. It will also have the same return type as the object that is returned from GET /classifier-jobs/{jobId}/summary endpoint as well

Describe alternatives you've considered
Paginationing like crazy to grab my species, it's just too expensive.

Additional context
none

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant