UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 103 kB
{"openapi":"3.0.0","info":{"contact":{"x-twitter":"microsoft"},"title":"Custom Vision Training Client","version":"2.2","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://twitter.com/microsoft/profile_image?size=original"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/cognitiveservices/data-plane/CustomVision/Training/stable/v2.2/Training.json","version":"2.0"}],"x-preferred":true,"x-providerName":"microsoft.com","x-serviceName":"cognitiveservices-Training","x-tags":["Microsoft"]},"paths":{"/domains":{"get":{"operationId":"GetDomains","parameters":[{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Domain"},"type":"array","nullable":true},"examples":{"Successful GetDomains request":{"$ref":"#/components/examples/Successful_GetDomains_request"}}},"text/json":{"schema":{"items":{"$ref":"#/components/schemas/Domain"},"type":"array","nullable":true},"examples":{"Successful GetDomains request":{"$ref":"#/components/examples/Successful_GetDomains_request"}}},"application/xml":{"schema":{"items":{"$ref":"#/components/schemas/Domain"},"type":"array","nullable":true},"examples":{"Successful GetDomains request":{"$ref":"#/components/examples/Successful_GetDomains_request"}}},"text/xml":{"schema":{"items":{"$ref":"#/components/schemas/Domain"},"type":"array","nullable":true},"examples":{"Successful GetDomains request":{"$ref":"#/components/examples/Successful_GetDomains_request"}}}}}},"summary":"Get a list of the available domains.","tags":["DomainsApi"]}},"/domains/{domainId}":{"get":{"operationId":"GetDomain","parameters":[{"description":"The id of the domain to get information about.","in":"path","name":"domainId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetDomain request":{"value":"b30a91ae-e3c1-4f73-a81e-c270bff27c39"}}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Domain"},"examples":{"Successful GetDomain request":{"$ref":"#/components/examples/Successful_GetDomain_request"}}},"text/json":{"schema":{"$ref":"#/components/schemas/Domain"},"examples":{"Successful GetDomain request":{"$ref":"#/components/examples/Successful_GetDomain_request"}}},"application/xml":{"schema":{"$ref":"#/components/schemas/Domain"},"examples":{"Successful GetDomain request":{"$ref":"#/components/examples/Successful_GetDomain_request"}}},"text/xml":{"schema":{"$ref":"#/components/schemas/Domain"},"examples":{"Successful GetDomain request":{"$ref":"#/components/examples/Successful_GetDomain_request"}}}}}},"summary":"Get information about a specific domain.","tags":["DomainsApi"]}},"/projects":{"get":{"operationId":"GetProjects","parameters":[{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Project"},"type":"array","nullable":true},"examples":{"Successful GetProjects request":{"$ref":"#/components/examples/Successful_GetProjects_request"}}},"text/json":{"schema":{"items":{"$ref":"#/components/schemas/Project"},"type":"array","nullable":true},"examples":{"Successful GetProjects request":{"$ref":"#/components/examples/Successful_GetProjects_request"}}},"application/xml":{"schema":{"items":{"$ref":"#/components/schemas/Project"},"type":"array","nullable":true},"examples":{"Successful GetProjects request":{"$ref":"#/components/examples/Successful_GetProjects_request"}}},"text/xml":{"schema":{"items":{"$ref":"#/components/schemas/Project"},"type":"array","nullable":true},"examples":{"Successful GetProjects request":{"$ref":"#/components/examples/Successful_GetProjects_request"}}}}}},"summary":"Get your projects.","tags":["ProjectApi"]},"post":{"operationId":"CreateProject","parameters":[{"description":"Name of the project.","in":"query","name":"name","required":true,"x-nullable":true,"schema":{"type":"string"},"examples":{"Successful CreateProject request":{"value":"My New Project"}}},{"description":"The description of the project.","in":"query","name":"description","required":false,"x-nullable":true,"schema":{"type":"string"},"examples":{"Successful CreateProject request":{"value":"A test project"}}},{"description":"The id of the domain to use for this project. Defaults to General.","in":"query","name":"domainId","required":false,"x-nullable":true,"schema":{"type":"string","format":"uuid"},"examples":{"Successful CreateProject request":{"value":"ee85a74c-405e-4adc-bb47-ffa8ca0c9f31"}}},{"description":"The type of classifier to create for this project.","in":"query","name":"classificationType","required":false,"x-nullable":false,"schema":{"type":"string","enum":["Multiclass","Multilabel"]}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Project"},"examples":{"Successful CreateProject request":{"$ref":"#/components/examples/Successful_CreateProject_request"}}},"text/json":{"schema":{"$ref":"#/components/schemas/Project"},"examples":{"Successful CreateProject request":{"$ref":"#/components/examples/Successful_CreateProject_request"}}},"application/xml":{"schema":{"$ref":"#/components/schemas/Project"},"examples":{"Successful CreateProject request":{"$ref":"#/components/examples/Successful_CreateProject_request"}}},"text/xml":{"schema":{"$ref":"#/components/schemas/Project"},"examples":{"Successful CreateProject request":{"$ref":"#/components/examples/Successful_CreateProject_request"}}}}}},"summary":"Create a project.","tags":["ProjectApi"]}},"/projects/{projectId}":{"delete":{"operationId":"DeleteProject","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful DeleteProject request":{"value":"bc3f7dad-5544-468c-8573-3ef04d55463e"}}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"204":{"description":"No Content"}},"summary":"Delete a specific project.","tags":["ProjectApi"]},"get":{"operationId":"GetProject","parameters":[{"description":"The id of the project to get.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetProject request":{"value":"bc3f7dad-5544-468c-8573-3ef04d55463e"}}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Project"},"examples":{"Successful GetProject request":{"$ref":"#/components/examples/Successful_GetProject_request"}}},"text/json":{"schema":{"$ref":"#/components/schemas/Project"},"examples":{"Successful GetProject request":{"$ref":"#/components/examples/Successful_GetProject_request"}}},"application/xml":{"schema":{"$ref":"#/components/schemas/Project"},"examples":{"Successful GetProject request":{"$ref":"#/components/examples/Successful_GetProject_request"}}},"text/xml":{"schema":{"$ref":"#/components/schemas/Project"},"examples":{"Successful GetProject request":{"$ref":"#/components/examples/Successful_GetProject_request"}}}}}},"summary":"Get a specific project.","tags":["ProjectApi"]},"patch":{"operationId":"UpdateProject","parameters":[{"description":"The id of the project to update.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful UpdateProject request":{"value":"bc3f7dad-5544-468c-8573-3ef04d55463e"}}},{"$ref":"#/components/parameters/ApiKey"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Project"}},"text/json":{"schema":{"$ref":"#/components/schemas/Project"}},"application/xml":{"schema":{"$ref":"#/components/schemas/Project"}},"text/xml":{"schema":{"$ref":"#/components/schemas/Project"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Project"}}},"description":"The updated project model.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Project"},"examples":{"Successful UpdateProject request":{"$ref":"#/components/examples/Successful_UpdateProject_request"}}},"text/json":{"schema":{"$ref":"#/components/schemas/Project"},"examples":{"Successful UpdateProject request":{"$ref":"#/components/examples/Successful_UpdateProject_request"}}},"application/xml":{"schema":{"$ref":"#/components/schemas/Project"},"examples":{"Successful UpdateProject request":{"$ref":"#/components/examples/Successful_UpdateProject_request"}}},"text/xml":{"schema":{"$ref":"#/components/schemas/Project"},"examples":{"Successful UpdateProject request":{"$ref":"#/components/examples/Successful_UpdateProject_request"}}}}}},"summary":"Update a specific project.","tags":["ProjectApi"]}},"/projects/{projectId}/images":{"delete":{"operationId":"DeleteImages","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful DeleteImages request":{"value":"64b822c5-8082-4b36-a426-27225f4aa18c"}}},{"description":"Ids of the images to be deleted. Limited to 256 images per batch.","in":"query","name":"imageIds","required":true,"x-nullable":true,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","nullable":false}},"examples":{"Successful DeleteImages request":{"value":["e31a14ab-5d78-4f7b-a267-3a1e4fd8a758","cf0f83fb-ebaa-4b25-8e34-613a6a0b8a12"]}}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"204":{"description":"No Content"}},"summary":"Delete images from the set of training images.","tags":["ImageApi"]},"post":{"description":"This API accepts body content as multipart/form-data and application/octet-stream. When using multipart\r\nmultiple image files can be sent at once, with a maximum of 64 files","operationId":"CreateImagesFromData","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful CreateImagesFromData request":{"value":"64b822c5-8082-4b36-a426-27225f4aa18c"}}},{"description":"The tags ids with which to tag each image. Limited to 20.","in":"query","name":"tagIds","required":false,"x-nullable":true,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","nullable":false}},"examples":{"Successful CreateImagesFromData request":{"value":["b607964f-7bd6-4a3b-a869-6791fb6aab87"]}}},{"$ref":"#/components/parameters/ApiKey"}],"requestBody":{"$ref":"#/components/requestBodies/CreateImagesFromData"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromData request":{"$ref":"#/components/examples/Successful_CreateImagesFromData_request"}}},"text/json":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromData request":{"$ref":"#/components/examples/Successful_CreateImagesFromData_request"}}},"application/xml":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromData request":{"$ref":"#/components/examples/Successful_CreateImagesFromData_request"}}},"text/xml":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromData request":{"$ref":"#/components/examples/Successful_CreateImagesFromData_request"}}}}}},"summary":"Add the provided images to the set of training images.","tags":["ImageApi"]}},"/projects/{projectId}/images/files":{"post":{"description":"This API accepts a batch of files, and optionally tags, to create images. There is a limit of 64 images and 20 tags.","operationId":"CreateImagesFromFiles","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful CreateImagesFromFiles request":{"value":"64b822c5-8082-4b36-a426-27225f4aa18c"}}},{"$ref":"#/components/parameters/ApiKey"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageFileCreateBatch"}},"text/json":{"schema":{"$ref":"#/components/schemas/ImageFileCreateBatch"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ImageFileCreateBatch"}},"text/xml":{"schema":{"$ref":"#/components/schemas/ImageFileCreateBatch"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ImageFileCreateBatch"}}},"description":"The batch of image files to add. Limited to 64 images and 20 tags per batch.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromFiles request":{"$ref":"#/components/examples/Successful_CreateImagesFromFiles_request"}}},"text/json":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromFiles request":{"$ref":"#/components/examples/Successful_CreateImagesFromFiles_request"}}},"application/xml":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromFiles request":{"$ref":"#/components/examples/Successful_CreateImagesFromFiles_request"}}},"text/xml":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromFiles request":{"$ref":"#/components/examples/Successful_CreateImagesFromFiles_request"}}}}}},"summary":"Add the provided batch of images to the set of training images.","tags":["ImageApi"]}},"/projects/{projectId}/images/id":{"get":{"description":"This API will return a set of Images for the specified tags and optionally iteration. If no iteration is specified the\r\ncurrent workspace is used.","operationId":"GetImagesByIds","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetImagesByIds request":{"value":"bc3f7dad-5544-468c-8573-3ef04d55463e"}}},{"description":"The list of image ids to retrieve. Limited to 256.","in":"query","name":"imageIds","required":false,"x-nullable":true,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","nullable":false}}},{"description":"The iteration id. Defaults to workspace.","in":"query","name":"iterationId","required":false,"x-nullable":true,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetImagesByIds request":{"value":"cf0f83fb-ebaa-4b25-8e34-613a6a0b8a12"}}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Image"},"type":"array","nullable":true},"examples":{"Successful GetImagesByIds request":{"$ref":"#/components/examples/Successful_GetImagesByIds_request"}}},"text/json":{"schema":{"items":{"$ref":"#/components/schemas/Image"},"type":"array","nullable":true},"examples":{"Successful GetImagesByIds request":{"$ref":"#/components/examples/Successful_GetImagesByIds_request"}}},"application/xml":{"schema":{"items":{"$ref":"#/components/schemas/Image"},"type":"array","nullable":true},"examples":{"Successful GetImagesByIds request":{"$ref":"#/components/examples/Successful_GetImagesByIds_request"}}},"text/xml":{"schema":{"items":{"$ref":"#/components/schemas/Image"},"type":"array","nullable":true},"examples":{"Successful GetImagesByIds request":{"$ref":"#/components/examples/Successful_GetImagesByIds_request"}}}}}},"summary":"Get images by id for a given project iteration.","tags":["ImageApi"]}},"/projects/{projectId}/images/predictions":{"post":{"description":"This API creates a batch of images from predicted images specified. There is a limit of 64 images and 20 tags.","operationId":"CreateImagesFromPredictions","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful CreateImagesFromPredictions request":{"value":"64b822c5-8082-4b36-a426-27225f4aa18c"}}},{"$ref":"#/components/parameters/ApiKey"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageIdCreateBatch"}},"text/json":{"schema":{"$ref":"#/components/schemas/ImageIdCreateBatch"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ImageIdCreateBatch"}},"text/xml":{"schema":{"$ref":"#/components/schemas/ImageIdCreateBatch"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ImageIdCreateBatch"}}},"description":"Image and tag ids. Limited to 64 images and 20 tags per batch.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromPredictions request":{"$ref":"#/components/examples/Successful_CreateImagesFromPredictions_request"}}},"text/json":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromPredictions request":{"$ref":"#/components/examples/Successful_CreateImagesFromPredictions_request"}}},"application/xml":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromPredictions request":{"$ref":"#/components/examples/Successful_CreateImagesFromPredictions_request"}}},"text/xml":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromPredictions request":{"$ref":"#/components/examples/Successful_CreateImagesFromPredictions_request"}}}}}},"summary":"Add the specified predicted images to the set of training images.","tags":["ImageApi"]}},"/projects/{projectId}/images/regions":{"delete":{"operationId":"DeleteImageRegions","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful DeleteImageRegions request":{"value":"bc3f7dad-5544-468c-8573-3ef04d55463e"}}},{"description":"Regions to delete. Limited to 64.","in":"query","name":"regionIds","required":true,"x-nullable":true,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","nullable":false}},"examples":{"Successful DeleteImageRegions request":{"value":[""]}}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"204":{"description":"No Content"}},"summary":"Delete a set of image regions.","tags":["ImageApi"]},"post":{"description":"This API accepts a batch of image regions, and optionally tags, to update existing images with region information.\r\nThere is a limit of 64 entries in the batch.","operationId":"CreateImageRegions","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful CreateImageRegions request":{"value":"bc3f7dad-5544-468c-8573-3ef04d55463e"}}},{"$ref":"#/components/parameters/ApiKey"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageRegionCreateBatch"}},"text/json":{"schema":{"$ref":"#/components/schemas/ImageRegionCreateBatch"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ImageRegionCreateBatch"}},"text/xml":{"schema":{"$ref":"#/components/schemas/ImageRegionCreateBatch"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ImageRegionCreateBatch"}}},"description":"Batch of image regions which include a tag and bounding box. Limited to 64.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageRegionCreateSummary"},"examples":{"Successful CreateImageRegions request":{"$ref":"#/components/examples/Successful_CreateImageRegions_request"}}},"text/json":{"schema":{"$ref":"#/components/schemas/ImageRegionCreateSummary"},"examples":{"Successful CreateImageRegions request":{"$ref":"#/components/examples/Successful_CreateImageRegions_request"}}},"application/xml":{"schema":{"$ref":"#/components/schemas/ImageRegionCreateSummary"},"examples":{"Successful CreateImageRegions request":{"$ref":"#/components/examples/Successful_CreateImageRegions_request"}}},"text/xml":{"schema":{"$ref":"#/components/schemas/ImageRegionCreateSummary"},"examples":{"Successful CreateImageRegions request":{"$ref":"#/components/examples/Successful_CreateImageRegions_request"}}}}}},"summary":"Create a set of image regions.","tags":["ImageApi"]}},"/projects/{projectId}/images/tagged":{"get":{"description":"This API supports batching and range selection. By default it will only return first 50 images matching images.\r\nUse the {take} and {skip} parameters to control how many images to return in a given batch.\r\nThe filtering is on an and/or relationship. For example, if the provided tag ids are for the \"Dog\" and\r\n\"Cat\" tags, then only images tagged with Dog and/or Cat will be returned","operationId":"GetTaggedImages","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetTaggedImages request":{"value":"bc3f7dad-5544-468c-8573-3ef04d55463e"}}},{"description":"The iteration id. Defaults to workspace.","in":"query","name":"iterationId","required":false,"x-nullable":true,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetTaggedImages request":{"value":"cf0f83fb-ebaa-4b25-8e34-613a6a0b8a12"}}},{"description":"A list of tags ids to filter the images. Defaults to all tagged images when null. Limited to 20.","in":"query","name":"tagIds","required":false,"x-nullable":true,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","nullable":false}}},{"description":"The ordering. Defaults to newest.","in":"query","name":"orderBy","required":false,"x-nullable":false,"schema":{"type":"string","enum":["Newest","Oldest"]}},{"description":"Maximum number of images to return. Defaults to 50, limited to 256.","in":"query","name":"take","required":false,"schema":{"type":"integer","format":"int32","default":50}},{"description":"Number of images to skip before beginning the image batch. Defaults to 0.","in":"query","name":"skip","required":false,"schema":{"type":"integer","format":"int32","default":0}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Image"},"type":"array","nullable":true},"examples":{"Successful GetTaggedImages request":{"$ref":"#/components/examples/Successful_GetTaggedImages_request"}}},"text/json":{"schema":{"items":{"$ref":"#/components/schemas/Image"},"type":"array","nullable":true},"examples":{"Successful GetTaggedImages request":{"$ref":"#/components/examples/Successful_GetTaggedImages_request"}}},"application/xml":{"schema":{"items":{"$ref":"#/components/schemas/Image"},"type":"array","nullable":true},"examples":{"Successful GetTaggedImages request":{"$ref":"#/components/examples/Successful_GetTaggedImages_request"}}},"text/xml":{"schema":{"items":{"$ref":"#/components/schemas/Image"},"type":"array","nullable":true},"examples":{"Successful GetTaggedImages request":{"$ref":"#/components/examples/Successful_GetTaggedImages_request"}}}}}},"summary":"Get tagged images for a given project iteration.","tags":["ImageApi"]}},"/projects/{projectId}/images/tagged/count":{"get":{"description":"The filtering is on an and/or relationship. For example, if the provided tag ids are for the \"Dog\" and\r\n\"Cat\" tags, then only images tagged with Dog and/or Cat will be returned","operationId":"GetTaggedImageCount","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetTaggedImageCount request":{"value":"bc3f7dad-5544-468c-8573-3ef04d55463e"}}},{"description":"The iteration id. Defaults to workspace.","in":"query","name":"iterationId","required":false,"x-nullable":true,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetTaggedImageCount request":{"value":"cf0f83fb-ebaa-4b25-8e34-613a6a0b8a12"}}},{"description":"A list of tags ids to filter the images to count. Defaults to all tags when null.","in":"query","name":"tagIds","required":false,"x-nullable":true,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","nullable":false}}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"format":"int32","type":"integer","nullable":false},"examples":{"Successful GetTaggedImageCount request":{"$ref":"#/components/examples/Successful_GetTaggedImageCount_request"}}},"text/json":{"schema":{"format":"int32","type":"integer","nullable":false},"examples":{"Successful GetTaggedImageCount request":{"$ref":"#/components/examples/Successful_GetTaggedImageCount_request"}}},"application/xml":{"schema":{"format":"int32","type":"integer","nullable":false},"examples":{"Successful GetTaggedImageCount request":{"$ref":"#/components/examples/Successful_GetTaggedImageCount_request"}}},"text/xml":{"schema":{"format":"int32","type":"integer","nullable":false},"examples":{"Successful GetTaggedImageCount request":{"$ref":"#/components/examples/Successful_GetTaggedImageCount_request"}}}}}},"summary":"Gets the number of images tagged with the provided {tagIds}.","tags":["ImageApi"]}},"/projects/{projectId}/images/tags":{"delete":{"operationId":"DeleteImageTags","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful DeleteImageTags request":{"value":"64b822c5-8082-4b36-a426-27225f4aa18c"}}},{"description":"Image ids. Limited to 64 images.","in":"query","name":"imageIds","required":true,"x-nullable":true,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","nullable":false}},"examples":{"Successful DeleteImageTags request":{"value":["e31a14ab-5d78-4f7b-a267-3a1e4fd8a758","cf0f83fb-ebaa-4b25-8e34-613a6a0b8a12"]}}},{"description":"Tags to be deleted from the specified images. Limited to 20 tags.","in":"query","name":"tagIds","required":true,"x-nullable":true,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","nullable":false}},"examples":{"Successful DeleteImageTags request":{"value":["e31a14ab-5d78-4f7b-a267-3a1e4fd8a758","cf0f83fb-ebaa-4b25-8e34-613a6a0b8a12"]}}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"204":{"description":"No Content"}},"summary":"Remove a set of tags from a set of images.","tags":["ImageApi"]},"post":{"operationId":"CreateImageTags","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful CreateImageTags request":{"value":"bc3f7dad-5544-468c-8573-3ef04d55463e"}}},{"$ref":"#/components/parameters/ApiKey"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageTagCreateBatch"}},"text/json":{"schema":{"$ref":"#/components/schemas/ImageTagCreateBatch"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ImageTagCreateBatch"}},"text/xml":{"schema":{"$ref":"#/components/schemas/ImageTagCreateBatch"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ImageTagCreateBatch"}}},"description":"Batch of image tags. Limited to 128 tags per batch.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageTagCreateSummary"},"examples":{"Successful CreateImageTags request":{"$ref":"#/components/examples/Successful_CreateImageTags_request"}}},"text/json":{"schema":{"$ref":"#/components/schemas/ImageTagCreateSummary"},"examples":{"Successful CreateImageTags request":{"$ref":"#/components/examples/Successful_CreateImageTags_request"}}},"application/xml":{"schema":{"$ref":"#/components/schemas/ImageTagCreateSummary"},"examples":{"Successful CreateImageTags request":{"$ref":"#/components/examples/Successful_CreateImageTags_request"}}},"text/xml":{"schema":{"$ref":"#/components/schemas/ImageTagCreateSummary"},"examples":{"Successful CreateImageTags request":{"$ref":"#/components/examples/Successful_CreateImageTags_request"}}}}}},"summary":"Associate a set of images with a set of tags.","tags":["ImageApi"]}},"/projects/{projectId}/images/untagged":{"get":{"description":"This API supports batching and range selection. By default it will only return first 50 images matching images.\r\nUse the {take} and {skip} parameters to control how many images to return in a given batch.","operationId":"GetUntaggedImages","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetUntaggedImages request":{"value":"bc3f7dad-5544-468c-8573-3ef04d55463e"}}},{"description":"The iteration id. Defaults to workspace.","in":"query","name":"iterationId","required":false,"x-nullable":true,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetUntaggedImages request":{"value":"cf0f83fb-ebaa-4b25-8e34-613a6a0b8a12"}}},{"description":"The ordering. Defaults to newest.","in":"query","name":"orderBy","required":false,"x-nullable":false,"schema":{"type":"string","enum":["Newest","Oldest"]}},{"description":"Maximum number of images to return. Defaults to 50, limited to 256.","in":"query","name":"take","required":false,"schema":{"type":"integer","format":"int32","default":50}},{"description":"Number of images to skip before beginning the image batch. Defaults to 0.","in":"query","name":"skip","required":false,"schema":{"type":"integer","format":"int32","default":0}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Image"},"type":"array","nullable":true},"examples":{"Successful GetUntaggedImages request":{"$ref":"#/components/examples/Successful_GetUntaggedImages_request"}}},"text/json":{"schema":{"items":{"$ref":"#/components/schemas/Image"},"type":"array","nullable":true},"examples":{"Successful GetUntaggedImages request":{"$ref":"#/components/examples/Successful_GetUntaggedImages_request"}}},"application/xml":{"schema":{"items":{"$ref":"#/components/schemas/Image"},"type":"array","nullable":true},"examples":{"Successful GetUntaggedImages request":{"$ref":"#/components/examples/Successful_GetUntaggedImages_request"}}},"text/xml":{"schema":{"items":{"$ref":"#/components/schemas/Image"},"type":"array","nullable":true},"examples":{"Successful GetUntaggedImages request":{"$ref":"#/components/examples/Successful_GetUntaggedImages_request"}}}}}},"summary":"Get untagged images for a given project iteration.","tags":["ImageApi"]}},"/projects/{projectId}/images/untagged/count":{"get":{"description":"This API returns the images which have no tags for a given project and optionally an iteration. If no iteration is specified the\r\ncurrent workspace is used.","operationId":"GetUntaggedImageCount","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetUntaggedImageCount request":{"value":"bc3f7dad-5544-468c-8573-3ef04d55463e"}}},{"description":"The iteration id. Defaults to workspace.","in":"query","name":"iterationId","required":false,"x-nullable":true,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetUntaggedImageCount request":{"value":"cf0f83fb-ebaa-4b25-8e34-613a6a0b8a12"}}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"format":"int32","type":"integer","nullable":false},"examples":{"Successful GetUntaggedImageCount request":{"$ref":"#/components/examples/Successful_GetUntaggedImageCount_request"}}},"text/json":{"schema":{"format":"int32","type":"integer","nullable":false},"examples":{"Successful GetUntaggedImageCount request":{"$ref":"#/components/examples/Successful_GetUntaggedImageCount_request"}}},"application/xml":{"schema":{"format":"int32","type":"integer","nullable":false},"examples":{"Successful GetUntaggedImageCount request":{"$ref":"#/components/examples/Successful_GetUntaggedImageCount_request"}}},"text/xml":{"schema":{"format":"int32","type":"integer","nullable":false},"examples":{"Successful GetUntaggedImageCount request":{"$ref":"#/components/examples/Successful_GetUntaggedImageCount_request"}}}}}},"summary":"Gets the number of untagged images.","tags":["ImageApi"]}},"/projects/{projectId}/images/urls":{"post":{"description":"This API accepts a batch of urls, and optionally tags, to create images. There is a limit of 64 images and 20 tags.","operationId":"CreateImagesFromUrls","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful CreateImagesFromUrls request":{"value":"64b822c5-8082-4b36-a426-27225f4aa18c"}}},{"$ref":"#/components/parameters/ApiKey"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageUrlCreateBatch"}},"text/json":{"schema":{"$ref":"#/components/schemas/ImageUrlCreateBatch"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ImageUrlCreateBatch"}},"text/xml":{"schema":{"$ref":"#/components/schemas/ImageUrlCreateBatch"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ImageUrlCreateBatch"}}},"description":"Image urls and tag ids. Limited to 64 images and 20 tags per batch.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromUrls request":{"$ref":"#/components/examples/Successful_CreateImagesFromUrls_request"}}},"text/json":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromUrls request":{"$ref":"#/components/examples/Successful_CreateImagesFromUrls_request"}}},"application/xml":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromUrls request":{"$ref":"#/components/examples/Successful_CreateImagesFromUrls_request"}}},"text/xml":{"schema":{"$ref":"#/components/schemas/ImageCreateSummary"},"examples":{"Successful CreateImagesFromUrls request":{"$ref":"#/components/examples/Successful_CreateImagesFromUrls_request"}}}}}},"summary":"Add the provided images urls to the set of training images.","tags":["ImageApi"]}},"/projects/{projectId}/iterations":{"get":{"operationId":"GetIterations","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetIterations request":{"value":"64b822c5-8082-4b36-a426-27225f4aa18c"}}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Iteration"},"type":"array","nullable":true},"examples":{"Successful GetIterations request":{"$ref":"#/components/examples/Successful_GetIterations_request"}}},"text/json":{"schema":{"items":{"$ref":"#/components/schemas/Iteration"},"type":"array","nullable":true},"examples":{"Successful GetIterations request":{"$ref":"#/components/examples/Successful_GetIterations_request"}}},"application/xml":{"schema":{"items":{"$ref":"#/components/schemas/Iteration"},"type":"array","nullable":true},"examples":{"Successful GetIterations request":{"$ref":"#/components/examples/Successful_GetIterations_request"}}},"text/xml":{"schema":{"items":{"$ref":"#/components/schemas/Iteration"},"type":"array","nullable":true},"examples":{"Successful GetIterations request":{"$ref":"#/components/examples/Successful_GetIterations_request"}}}}}},"summary":"Get iterations for the project.","tags":["ProjectApi"]}},"/projects/{projectId}/iterations/{iterationId}":{"delete":{"operationId":"DeleteIteration","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful DeleteIteration request":{"value":"64b822c5-8082-4b36-a426-27225f4aa18c"}}},{"description":"The iteration id.","in":"path","name":"iterationId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful DeleteIteration request":{"value":"e31a14ab-5d78-4f7b-a267-3a1e4fd8a758"}}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"204":{"description":"No Content"}},"summary":"Delete a specific iteration of a project.","tags":["ProjectApi"]},"get":{"operationId":"GetIteration","parameters":[{"description":"The id of the project the iteration belongs to.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetIteration request":{"value":"64b822c5-8082-4b36-a426-27225f4aa18c"}}},{"description":"The id of the iteration to get.","in":"path","name":"iterationId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetIteration request":{"value":"e31a14ab-5d78-4f7b-a267-3a1e4fd8a758"}}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Iteration"},"examples":{"Successful GetIteration request":{"$ref":"#/components/examples/Successful_GetIteration_request"}}},"text/json":{"schema":{"$ref":"#/components/schemas/Iteration"},"examples":{"Successful GetIteration request":{"$ref":"#/components/examples/Successful_GetIteration_request"}}},"application/xml":{"schema":{"$ref":"#/components/schemas/Iteration"},"examples":{"Successful GetIteration request":{"$ref":"#/components/examples/Successful_GetIteration_request"}}},"text/xml":{"schema":{"$ref":"#/components/schemas/Iteration"},"examples":{"Successful GetIteration request":{"$ref":"#/components/examples/Successful_GetIteration_request"}}}}}},"summary":"Get a specific iteration.","tags":["ProjectApi"]},"patch":{"operationId":"UpdateIteration","parameters":[{"description":"Project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful UpdateIteration request":{"value":"64b822c5-8082-4b36-a426-27225f4aa18c"}}},{"description":"Iteration id.","in":"path","name":"iterationId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful UpdateIteration request":{"value":"e31a14ab-5d78-4f7b-a267-3a1e4fd8a758"}}},{"$ref":"#/components/parameters/ApiKey"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Iteration"}},"text/json":{"schema":{"$ref":"#/components/schemas/Iteration"}},"application/xml":{"schema":{"$ref":"#/components/schemas/Iteration"}},"text/xml":{"schema":{"$ref":"#/components/schemas/Iteration"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Iteration"}}},"description":"The updated iteration model.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Iteration"},"examples":{"Successful UpdateIteration request":{"$ref":"#/components/examples/Successful_UpdateIteration_request"}}},"text/json":{"schema":{"$ref":"#/components/schemas/Iteration"},"examples":{"Successful UpdateIteration request":{"$ref":"#/components/examples/Successful_UpdateIteration_request"}}},"application/xml":{"schema":{"$ref":"#/components/schemas/Iteration"},"examples":{"Successful UpdateIteration request":{"$ref":"#/components/examples/Successful_UpdateIteration_request"}}},"text/xml":{"schema":{"$ref":"#/components/schemas/Iteration"},"examples":{"Successful UpdateIteration request":{"$ref":"#/components/examples/Successful_UpdateIteration_request"}}}}}},"summary":"Update a specific iteration.","tags":["ProjectApi"]}},"/projects/{projectId}/iterations/{iterationId}/export":{"get":{"operationId":"GetExports","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetExports request":{"value":"64b822c5-8082-4b36-a426-27225f4aa18c"}}},{"description":"The iteration id.","in":"path","name":"iterationId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetExports request":{"value":"e31a14ab-5d78-4f7b-a267-3a1e4fd8a758"}}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Export"},"type":"array","nullable":true},"examples":{"Successful GetExports request":{"$ref":"#/components/examples/Successful_GetExports_request"}}},"text/json":{"schema":{"items":{"$ref":"#/components/schemas/Export"},"type":"array","nullable":true},"examples":{"Successful GetExports request":{"$ref":"#/components/examples/Successful_GetExports_request"}}},"application/xml":{"schema":{"items":{"$ref":"#/components/schemas/Export"},"type":"array","nullable":true},"examples":{"Successful GetExports request":{"$ref":"#/components/examples/Successful_GetExports_request"}}},"text/xml":{"schema":{"items":{"$ref":"#/components/schemas/Export"},"type":"array","nullable":true},"examples":{"Successful GetExports request":{"$ref":"#/components/examples/Successful_GetExports_request"}}}}}},"summary":"Get the list of exports for a specific iteration.","tags":["ProjectApi"]},"post":{"operationId":"ExportIteration","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful ExportIteration request":{"value":"64b822c5-8082-4b36-a426-27225f4aa18c"}}},{"description":"The iteration id.","in":"path","name":"iterationId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful ExportIteration request":{"value":"e31a14ab-5d78-4f7b-a267-3a1e4fd8a758"}}},{"description":"The target platform.","in":"query","name":"platform","required":true,"x-nullable":true,"schema":{"type":"string","enum":["CoreML","TensorFlow","DockerFile","ONNX"]},"examples":{"Successful ExportIteration request":{"value":"TensorFlow"}}},{"description":"The flavor of the target platform.","in":"query","name":"flavor","required":false,"x-nullable":true,"schema":{"type":"string","enum":["Linux","Windows","ONNX10","ONNX12"]}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Export"},"examples":{"Successful ExportIteration request":{"$ref":"#/components/examples/Successful_ExportIteration_request"}}},"text/json":{"schema":{"$ref":"#/components/schemas/Export"},"examples":{"Successful ExportIteration request":{"$ref":"#/components/examples/Successful_ExportIteration_request"}}},"application/xml":{"schema":{"$ref":"#/components/schemas/Export"},"examples":{"Successful ExportIteration request":{"$ref":"#/components/examples/Successful_ExportIteration_request"}}},"text/xml":{"schema":{"$ref":"#/components/schemas/Export"},"examples":{"Successful ExportIteration request":{"$ref":"#/components/examples/Successful_ExportIteration_request"}}}}}},"summary":"Export a trained iteration.","tags":["ProjectApi"]}},"/projects/{projectId}/iterations/{iterationId}/performance":{"get":{"operationId":"GetIterationPerformance","parameters":[{"description":"The id of the project the iteration belongs to.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetIterationPerformance request":{"value":"bc3f7dad-5544-468c-8573-3ef04d55463e"}}},{"description":"The id of the iteration to get.","in":"path","name":"iterationId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetIterationPerformance request":{"value":"fe1e83c4-6f50-4899-9544-6bb08cf0e15a"}}},{"description":"The threshold used to determine true predictions.","in":"query","name":"threshold","required":false,"schema":{"type":"number","format":"float"},"examples":{"Successful GetIterationPerformance request":{"value":0.9}}},{"description":"If applicable, the bounding box overlap threshold used to determine true predictions.","in":"query","name":"overlapThreshold","required":false,"schema":{"type":"number","format":"float"}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IterationPerformance"},"examples":{"Successful GetIterationPerformance request":{"$ref":"#/components/examples/Successful_GetIterationPerformance_request"}}},"text/json":{"schema":{"$ref":"#/components/schemas/IterationPerformance"},"examples":{"Successful GetIterationPerformance request":{"$ref":"#/components/examples/Successful_GetIterationPerformance_request"}}},"application/xml":{"schema":{"$ref":"#/components/schemas/IterationPerformance"},"examples":{"Successful GetIterationPerformance request":{"$ref":"#/components/examples/Successful_GetIterationPerformance_request"}}},"text/xml":{"schema":{"$ref":"#/components/schemas/IterationPerformance"},"examples":{"Successful GetIterationPerformance request":{"$ref":"#/components/examples/Successful_GetIterationPerformance_request"}}}}}},"summary":"Get detailed performance information about an iteration.","tags":["ProjectApi"]}},"/projects/{projectId}/iterations/{iterationId}/performance/images":{"get":{"description":"This API supports batching and range selection. By default it will only return first 50 images matching images.\r\nUse the {take} and {skip} parameters to control how many images to return in a given batch.\r\nThe filtering is on an and/or relationship. For example, if the provided tag ids are for the \"Dog\" and\r\n\"Cat\" tags, then only images tagged with Dog and/or Cat will be returned","operationId":"GetImagePerformances","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetImagePerformances request":{"value":"bc3f7dad-5544-468c-8573-3ef04d55463e"}}},{"description":"The iteration id. Defaults to workspace.","in":"path","name":"iterationId","required":true,"x-nullable":false,"schema":{"type":"string","format":"uuid"},"examples":{"Successful GetImagePerformances request":{"value":"b7b9d99c-a2c6-4658-9900-a98d2ff5bc66"}}},{"description":"A list of tags ids to filter the images. Defaults to all tagged images when null. Limited to 20.","in":"query","name":"tagIds","required":false,"x-nullable":true,"style":"form","explode":false,"schema":{"type":"array","items":{"type":"string","nullable":false}},"examples":{"Successful GetImagePerformances request":{"value":[""]}}},{"description":"The ordering. Defaults to newest.","in":"query","name":"orderBy","required":false,"x-nullable":false,"schema":{"type":"string","enum":["Newest","Oldest"]},"examples":{"Successful GetImagePerformances request":{"value":"Newest"}}},{"description":"Maximum number of images to return. Defaults to 50, limited to 256.","in":"query","name":"take","required":false,"schema":{"type":"integer","format":"int32","default":50}},{"description":"Number of images to skip before beginning the image batch. Defaults to 0.","in":"query","name":"skip","required":false,"schema":{"type":"integer","format":"int32","default":0}},{"$ref":"#/components/parameters/ApiKey"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/ImagePerformance"},"type":"array","nullable":true},"examples":{"Successful GetImagePerformances request":{"$ref":"#/components/examples/Successful_GetImagePerformances_request"}}},"text/json":{"schema":{"items":{"$ref":"#/components/schemas/ImagePerformance"},"type":"array","nullable":true},"examples":{"Successful GetImagePerformances request":{"$ref":"#/components/examples/Successful_GetImagePerformances_request"}}},"application/xml":{"schema":{"items":{"$ref":"#/components/schemas/ImagePerformance"},"type":"array","nullable":true},"examples":{"Successful GetImagePerformances request":{"$ref":"#/components/examples/Successful_GetImagePerformances_request"}}},"text/xml":{"schema":{"items":{"$ref":"#/components/schemas/ImagePerformance"},"type":"array","nullable":true},"examples":{"Successful GetImagePerformances request":{"$ref":"#/components/examples/Successful_GetImagePerformances_request"}}}}}},"summary":"Get image with its prediction for a given project iteration.","tags":["ProjectApi"]}},"/projects/{projectId}/iterations/{iterationId}/performance/images/count":{"get":{"description":"The filtering is on an and/or relationship. For example, if the provided tag ids are for the \"Dog\" and\r\n\"Cat\" tags, then only images tagged with Dog and/or Cat will be returned","operationId":"GetImagePerformanceCount","parameters":[{"description":"The project id.","in":"path","name":"projectId","required":true,"x-nullable":false,"schema":{"typ