v1
latestOpenAPI 3.0.02026-07-144847131.4 KBProjectApi
Gets the number of images tagged with the provided {tagIds} that have prediction results from training for the provided iteration {iterationId}.
The filtering is on an and/or relationship. For example, if the provided tag ids are for the "Dog" and "Cat" tags, then only images tagged with Dog and/or Cat will be returned
get/projects/{projectId}/iterations/{iterationId}/performance/images/count
Path parameters
projectIdstring uuid required
The project id.
iterationIdstring uuid required
The iteration id. Defaults to workspace.
Query parameters
tagIdsstring[]
A list of tags ids to filter the images to count. Defaults to all tags when null.
Response
OK
integer required