integrations.sh
← all integrations

microsoft.com – cognitiveservices-Training

OpenAPI apis-guru developer_toolscloud
Homepage
https://api.apis.guru/v2/specs/microsoft.com:cognitiveservices-Training/2.2.json
Provider
microsoft.com:cognitiveservices-Training / cognitiveservices-Training
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/microsoft.com/cognitiveservices-Training/2.2/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/microsoft.com/cognitiveservices-Training/2.2/openapi.yaml

Tools (43)

Extracted live via the executor SDK.

  • domainsApi.getDomain

    Get information about a specific domain.

  • domainsApi.getDomains

    Get a list of the available domains.

  • imageApi.createImageRegions

    This API accepts a batch of image regions, and optionally tags, to update existing images with region information. There is a limit of 64 entries in the batch.

  • imageApi.createImagesFromData

    This API accepts body content as multipart/form-data and application/octet-stream. When using multipart multiple image files can be sent at once, with a maximum of 64 files

  • imageApi.createImagesFromFiles

    This API accepts a batch of files, and optionally tags, to create images. There is a limit of 64 images and 20 tags.

  • imageApi.createImagesFromPredictions

    This API creates a batch of images from predicted images specified. There is a limit of 64 images and 20 tags.

  • imageApi.createImagesFromUrls

    This API accepts a batch of urls, and optionally tags, to create images. There is a limit of 64 images and 20 tags.

  • imageApi.createImageTags

    Associate a set of images with a set of tags.

  • imageApi.deleteImageRegions

    Delete a set of image regions.

  • imageApi.deleteImages

    Delete images from the set of training images.

  • imageApi.deleteImageTags

    Remove a set of tags from a set of images.

  • imageApi.getImagesByIds

    This API will return a set of Images for the specified tags and optionally iteration. If no iteration is specified the current workspace is used.

  • imageApi.getTaggedImageCount

    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

  • imageApi.getTaggedImages

    This API supports batching and range selection. By default it will only return first 50 images matching images. Use the {take} and {skip} parameters to control how many images to return in a given batch. 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

  • imageApi.getUntaggedImageCount

    This API returns the images which have no tags for a given project and optionally an iteration. If no iteration is specified the current workspace is used.

  • imageApi.getUntaggedImages

    This API supports batching and range selection. By default it will only return first 50 images matching images. Use the {take} and {skip} parameters to control how many images to return in a given batch.

  • imageRegionProposalApi.getImageRegionProposals

    This API will get region proposals for an image along with confidences for the region. It returns an empty array if no proposals are found.

  • predictionsApi.deletePrediction

    Delete a set of predicted images and their associated prediction results.

  • predictionsApi.queryPredictions

    Get images that were sent to your prediction endpoint.

  • predictionsApi.quickTestImage

    Quick test an image.

  • predictionsApi.quickTestImageUrl

    Quick test an image url.

  • projectApi.createProject

    Create a project.

  • projectApi.deleteIteration

    Delete a specific iteration of a project.

  • projectApi.deleteProject

    Delete a specific project.

  • projectApi.exportIteration

    Export a trained iteration.

  • projectApi.getExports

    Get the list of exports for a specific iteration.

  • projectApi.getImagePerformanceCount

    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

  • projectApi.getImagePerformances

    This API supports batching and range selection. By default it will only return first 50 images matching images. Use the {take} and {skip} parameters to control how many images to return in a given batch. 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

  • projectApi.getIteration

    Get a specific iteration.

  • projectApi.getIterationPerformance

    Get detailed performance information about an iteration.

  • projectApi.getIterations

    Get iterations for the project.

  • projectApi.getProject

    Get a specific project.

  • projectApi.getProjects

    Get your projects.

  • projectApi.trainProject

    Queues project for training.

  • projectApi.updateIteration

    Update a specific iteration.

  • projectApi.updateProject

    Update a specific project.

  • tagsApi.createTag

    Create a tag for the project.

  • tagsApi.deleteTag

    Delete a tag from the project.

  • tagsApi.getTag

    Get information about a specific tag.

  • tagsApi.getTags

    Get the tags for a given project and iteration.

  • tagsApi.updateTag

    Update a tag.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools