{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector PredictionsApi API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "PredictionsApi", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Delete A Set Of Predicted Images And Their Associated Prediction Results", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/projects/:projectId/predictions", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project id." }, { "name": "ids", "value": "", "type": "query", "description": "The prediction ids. Limited to 64." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Images That Were Sent To Your Prediction Endpoint", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/projects/:projectId/predictions/query", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project id." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Quick Test An Image", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/projects/:projectId/quicktest/image", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project id." }, { "name": "iterationId", "value": "", "type": "query", "description": "Optional. Specifies the id of a particular iteration to evaluate against.\r\n The default iteration for the project will be used when not specified." }, { "name": "store", "value": "", "type": "query", "description": "Optional. Specifies whether or not to store the result of this prediction. The default is true, to store." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Quick Test An Image Url", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/projects/:projectId/quicktest/url", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project to evaluate against." }, { "name": "iterationId", "value": "", "type": "query", "description": "Optional. Specifies the id of a particular iteration to evaluate against.\r\n The default iteration for the project will be used when not specified." }, { "name": "store", "value": "", "type": "query", "description": "Optional. Specifies whether or not to store the result of this prediction. The default is true, to store." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }