Automate Microsoft Custom Vision Training Client
HumDay reads Microsoft Custom Vision Training Client’s own published API description and derives 48 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What HumDay can do in Microsoft Custom Vision Training Client
30 documented operations change something in Microsoft Custom Vision Training Client.
- POSTCreate a project.
/projects - POSTAdd the provided batch of images to the set of training images.
/projects/{projectId}/images/files - POSTCreate a tag for the project.
/projects/{projectId}/tags - POSTAdd the provided images to the set of training images.
/projects/{projectId}/images - POSTImports a project.
/projects/import - POSTAdd the provided images urls to the set of training images.
/projects/{projectId}/images/urls - POSTCreate a set of image regions.
/projects/{projectId}/images/regions - POSTGet images that were sent to your prediction endpoint.
/projects/{projectId}/predictions/query - POSTAdd the specified predicted images to the set of training images.
/projects/{projectId}/images/predictions - DELETEDelete a specific project.
/projects/{projectId} - PATCHUpdate a specific project.
/projects/{projectId} - POSTQueues project for training.
/projects/{projectId}/train - DELETEDelete images from the set of training images.
/projects/{projectId}/images - DELETEDelete a set of predicted images and their associated prediction results.
/projects/{projectId}/predictions - DELETERemove a set of tags from a set of images.
/projects/{projectId}/images/tags - POSTAssociate a set of images with a set of tags.
/projects/{projectId}/images/tags - POSTQuick test an image url.
/projects/{projectId}/quicktest/url - DELETEDelete a set of image regions.
/projects/{projectId}/images/regions - POSTQuick test an image.
/projects/{projectId}/quicktest/image - POSTGet untagged images whose suggested tags match given tags.
/projects/{projectId}/images/suggested - POSTSuggest tags and regions for an array/batch of untagged images.
/projects/{projectId}/tagsandregions/suggestions - DELETEDelete a tag from the project.
/projects/{projectId}/tags/{tagId} - PATCHUpdate a tag.
/projects/{projectId}/tags/{tagId} - DELETEDelete a specific iteration of a project.
/projects/{projectId}/iterations/{iterationId} - PATCHUpdate a specific iteration.
/projects/{projectId}/iterations/{iterationId} - POSTGet count of images whose suggested tags match given tags and their probabilities are greater than or equal to the given threshold.
/projects/{projectId}/images/suggested/count - POSTExport a trained iteration.
/projects/{projectId}/iterations/{iterationId}/export - POSTGet region proposals for an image.
/projects/{projectId}/images/{imageId}/regionproposals - DELETEUnpublish a specific iteration.
/projects/{projectId}/iterations/{iterationId}/publish - POSTPublish a specific iteration.
/projects/{projectId}/iterations/{iterationId}/publish
What HumDay can read from Microsoft Custom Vision Training Client
These are the operations a schedule or a trigger can watch.
- GETGet a list of the available domains.
/domains - GETGet your projects.
/projects - GETGet information about a specific domain.
/domains/{domainId} - GETGet a specific project.
/projects/{projectId} - GETGet the tags for a given project and iteration.
/projects/{projectId}/tags - GETExports a project.
/projects/{projectId}/export - GETGet iterations for the project.
/projects/{projectId}/iterations - GETGet the list of exports for a specific iteration.
/projects/{projectId}/iterations/{iterationId}/export - GETGet images by id for a given project iteration.
/projects/{projectId}/images/id - GETGet tagged images for a given project iteration.
/projects/{projectId}/images/tagged - GETGet untagged images for a given project iteration.
/projects/{projectId}/images/untagged - GETGet information about a specific tag.
/projects/{projectId}/tags/{tagId} - GETGets the number of images tagged with the provided {tagIds}.
/projects/{projectId}/images/tagged/count - GETGet a specific iteration.
/projects/{projectId}/iterations/{iterationId} - GETGets the number of untagged images.
/projects/{projectId}/images/untagged/count - GETGet detailed performance information about an iteration.
/projects/{projectId}/iterations/{iterationId}/performance - GETGet image with its prediction for a given project iteration.
/projects/{projectId}/iterations/{iterationId}/performance/images - GETGets the number of images tagged with the provided {tagIds} that have prediction results from training for the provided iteration {iterationId}.
/projects/{projectId}/iterations/{iterationId}/performance/images/count
How automating Microsoft Custom Vision Training Client works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Microsoft Custom Vision Training Client account.
- Grant access, then go live. You approve the specific Microsoft Custom Vision Training Client operations it may use — and only those.
Automate Microsoft Custom Vision Training Client with these
- Microsoft AutoSuggest Client1 operations
- Microsoft Computer Vision Client9 operations
- Microsoft Custom Image Search Client1 operations
- Microsoft Custom Search Client1 operations
- Microsoft Custom Vision Prediction Client8 operations
- Microsoft Entity Search Client1 operations
- Microsoft Image Search Client3 operations
- Microsoft Local Search Client1 operations
- Microsoft News Search Client3 operations
- Microsoft Search Client1 operations
- Microsoft Spell Check Client1 operations
- Microsoft Video Search Client3 operations
Categories
Questions about Microsoft Custom Vision Training Client automation
- Can HumDay connect to Microsoft Custom Vision Training Client?
- Yes. HumDay reads Microsoft Custom Vision Training Client's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 48 operations are documented.
- Do I need to write code to automate Microsoft Custom Vision Training Client?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Microsoft Custom Vision Training Client account.
- What can HumDay do in Microsoft Custom Vision Training Client?
- 30 of the 48 documented operations change something in Microsoft Custom Vision Training Client, and 18 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Microsoft Custom Vision Training Client account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Microsoft Custom Vision Training Client is held behind that approval.
Where this came from
The operations above are read from a published API description for Microsoft Custom Vision Training Client at raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/cognitiveservice. Descriptions are the provider’s own words, not ours. Last published 2023-02-15.