Predictions - Query
Get images that were sent to your prediction endpoint.
POST {Endpoint}/customvision/v3.3/training/projects/{projectId}/predictions/query
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
Endpoint
|
path | True |
string |
Supported Cognitive Services endpoints. |
project
|
path | True |
string uuid |
The project id. |
Request Header
Media Types: "application/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
Name | Required | Type | Description |
---|---|---|---|
Training-Key | True |
string |
Request Body
Media Types: "application/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
Name | Type | Description |
---|---|---|
application |
string |
|
continuation |
string |
|
endTime |
string |
|
iterationId |
string |
|
maxCount |
integer |
|
orderBy | ||
session |
string |
|
startTime |
string |
|
tags |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK Media Types: "application/json", "application/xml", "text/xml" |
|
Other Status Codes |
Error response Media Types: "application/json", "application/xml", "text/xml" |
Security
Training-Key
Type:
apiKey
In:
header
Examples
Successful QueryPredictions request
Sample request
POST https://westus.api.cognitive.microsoft.com/customvision/v3.3/training/projects/bc3f7dad-5544-468c-8573-3ef04d55463e/predictions/query
{
"orderBy": "Newest",
"tags": [
{
"id": "b5f7e6a2-a481-49a6-afec-a7cef1af3544",
"maxThreshold": 1,
"minThreshold": 0.9
}
]
}
Sample response
{
"results": [
{
"id": "dfd2d346-3ed5-4e1e-857d-af4e32cec042",
"project": "8988643a-ae70-447d-9a22-15c4255e5ecb",
"iteration": "b7b9d99c-a2c6-4658-9900-a98d2ff5bc66",
"created": "2018-01-31T20:18:26Z",
"predictions": [
{
"tagId": "b5f7e6a2-a481-49a6-afec-a7cef1af3544",
"tagName": "Tag 1",
"probability": 1
},
{
"tagId": "45619cda-d1c9-4bc8-a3e1-87c5d81adbc3",
"tagName": "Tag 2",
"probability": 3.60627153E-12
}
],
"originalImageUri": "<image uri>",
"thumbnailUri": "<thumbnail uri>",
"resizedImageUri": "<resized image uri>",
"domain": "b30a91ae-e3c1-4f73-a81e-c270bff27c39"
}
],
"token": {
"session": "1:286613",
"continuation": "",
"maxCount": 0,
"orderBy": "Newest",
"tags": [
{
"id": "b5f7e6a2-a481-49a6-afec-a7cef1af3544",
"minThreshold": 0.9,
"maxThreshold": 1
}
],
"iterationId": null,
"startTime": null,
"endTime": null,
"application": ""
}
}
Definitions
Name | Description |
---|---|
Bounding |
Bounding box that defines a region of an image. |
Custom |
|
Custom |
The error code. |
Order |
|
Prediction |
Prediction result. |
Prediction |
Query result of the prediction images that were sent to your prediction endpoint. |
Prediction |
|
Prediction |
|
Stored |
Result of an image prediction request. |
Tag |
Type of the predicted tag. |
BoundingBox
Bounding box that defines a region of an image.
Name | Type | Description |
---|---|---|
height |
number |
Height. |
left |
number |
Coordinate of the left boundary. |
top |
number |
Coordinate of the top boundary. |
width |
number |
Width. |
CustomVisionError
Name | Type | Description |
---|---|---|
code |
The error code. |
|
message |
string |
A message explaining the error reported by the service. |
CustomVisionErrorCodes
The error code.
Name | Type | Description |
---|---|---|
BadRequest |
string |
|
BadRequestCannotMigrateProjectWithName |
string |
|
BadRequestClassificationTrainingValidationFailed |
string |
|
BadRequestCustomerManagedKeyRevoked |
string |
|
BadRequestDetectionTrainingNotAllowNegativeTag |
string |
|
BadRequestDetectionTrainingValidationFailed |
string |
|
BadRequestDomainNotSupportedForAdvancedTraining |
string |
|
BadRequestExceedIterationPerProjectLimit |
string |
|
BadRequestExceedProjectLimit |
string |
|
BadRequestExceedTagPerImageLimit |
string |
|
BadRequestExceedTagPerProjectLimit |
string |
|
BadRequestExceededBatchSize |
string |
|
BadRequestExceededQuota |
string |
|
BadRequestExportAlreadyInProgress |
string |
|
BadRequestExportPlatformNotSupportedForAdvancedTraining |
string |
|
BadRequestExportValidationFailed |
string |
|
BadRequestExportWhileTraining |
string |
|
BadRequestImageBatch |
string |
|
BadRequestImageDimensions |
string |
|
BadRequestImageExceededCount |
string |
|
BadRequestImageFormat |
string |
|
BadRequestImageMetadataKey |
string |
|
BadRequestImageMetadataValue |
string |
|
BadRequestImageRegions |
string |
|
BadRequestImageSizeBytes |
string |
|
BadRequestImageStream |
string |
|
BadRequestImageTags |
string |
|
BadRequestImageUrl |
string |
|
BadRequestInvalid |
string |
|
BadRequestInvalidArtifactUri |
string |
|
BadRequestInvalidEmailAddress |
string |
|
BadRequestInvalidIds |
string |
|
BadRequestInvalidImportToken |
string |
|
BadRequestInvalidPublishName |
string |
|
BadRequestInvalidPublishTarget |
string |
|
BadRequestIterationDescription |
string |
|
BadRequestIterationIsNotTrained |
string |
|
BadRequestIterationIsPublished |
string |
|
BadRequestIterationName |
string |
|
BadRequestIterationNameNotUnique |
string |
|
BadRequestIterationNotPublished |
string |
|
BadRequestIterationValidationFailed |
string |
|
BadRequestMultiClassClassificationTrainingValidationFailed |
string |
|
BadRequestMultiLabelClassificationTrainingValidationFailed |
string |
|
BadRequestMultipleGeneralProductTag |
string |
|
BadRequestMultipleNegativeTag |
string |
|
BadRequestNegativeAndRegularTagOnSameImage |
string |
|
BadRequestNotLimitedTrial |
string |
|
BadRequestNotSupported |
string |
|
BadRequestOperationNotSupported |
string |
|
BadRequestPredictionIdsExceededCount |
string |
|
BadRequestPredictionIdsMissing |
string |
|
BadRequestPredictionInvalidApplicationName |
string |
|
BadRequestPredictionInvalidQueryParameters |
string |
|
BadRequestPredictionResultsExceededCount |
string |
|
BadRequestPredictionTagsExceededCount |
string |
|
BadRequestProjectDescription |
string |
|
BadRequestProjectDuplicated |
string |
|
BadRequestProjectImagePreprocessingSettings |
string |
|
BadRequestProjectName |
string |
|
BadRequestProjectNameNotUnique |
string |
|
BadRequestProjectUnknownClassification |
string |
|
BadRequestProjectUnknownDomain |
string |
|
BadRequestProjectUnsupportedDomainTypeChange |
string |
|
BadRequestProjectUnsupportedExportPlatform |
string |
|
BadRequestRequiredParamIsNull |
string |
|
BadRequestReservedBudgetInHoursNotEnoughForAdvancedTraining |
string |
|
BadRequestSubscriptionApi |
string |
|
BadRequestTagDescription |
string |
|
BadRequestTagName |
string |
|
BadRequestTagNameNotUnique |
string |
|
BadRequestTagType |
string |
|
BadRequestTrainingAlreadyInProgress |
string |
|
BadRequestTrainingNotNeeded |
string |
|
BadRequestTrainingNotNeededButTrainingPipelineUpdated |
string |
|
BadRequestTrainingValidationFailed |
string |
|
BadRequestUnpublishFailed |
string |
|
BadRequestUnsupportedDomain |
string |
|
BadRequestWorkspaceCannotBeModified |
string |
|
BadRequestWorkspaceNotDeletable |
string |
|
Conflict |
string |
|
ConflictInvalid |
string |
|
ErrorExporterInvalidClassifier |
string |
|
ErrorExporterInvalidFeaturizer |
string |
|
ErrorExporterInvalidPlatform |
string |
|
ErrorFeaturizationAugmentationError |
string |
|
ErrorFeaturizationAugmentationUnavailable |
string |
|
ErrorFeaturizationInvalidFeaturizer |
string |
|
ErrorFeaturizationQueueTimeout |
string |
|
ErrorFeaturizationServiceUnavailable |
string |
|
ErrorFeaturizationUnrecognizedJob |
string |
|
ErrorInvalid |
string |
|
ErrorIterationCopyFailed |
string |
|
ErrorPrediction |
string |
|
ErrorPredictionModelNotCached |
string |
|
ErrorPredictionModelNotFound |
string |
|
ErrorPredictionServiceUnavailable |
string |
|
ErrorPredictionStorage |
string |
|
ErrorPreparePerformanceMigrationFailed |
string |
|
ErrorProjectExportRequestFailed |
string |
|
ErrorProjectImportRequestFailed |
string |
|
ErrorProjectInvalidDomain |
string |
|
ErrorProjectInvalidPipelineConfiguration |
string |
|
ErrorProjectInvalidWorkspace |
string |
|
ErrorProjectTrainingRequestFailed |
string |
|
ErrorRegionProposal |
string |
|
ErrorUnknown |
string |
|
ErrorUnknownBaseModel |
string |
|
Forbidden |
string |
|
ForbiddenDRModeEnabled |
string |
|
ForbiddenInvalid |
string |
|
ForbiddenUser |
string |
|
ForbiddenUserDisabled |
string |
|
ForbiddenUserDoesNotExist |
string |
|
ForbiddenUserInsufficientCapability |
string |
|
ForbiddenUserResource |
string |
|
ForbiddenUserSignupAllowanceExceeded |
string |
|
ForbiddenUserSignupDisabled |
string |
|
NoError |
string |
|
NotFound |
string |
|
NotFoundApimSubscription |
string |
|
NotFoundDomain |
string |
|
NotFoundImage |
string |
|
NotFoundInvalid |
string |
|
NotFoundIteration |
string |
|
NotFoundIterationPerformance |
string |
|
NotFoundProject |
string |
|
NotFoundProjectDefaultIteration |
string |
|
NotFoundTag |
string |
|
UnsupportedMediaType |
string |
OrderBy
Name | Type | Description |
---|---|---|
Newest |
string |
|
Oldest |
string |
|
Suggested |
string |
Prediction
Prediction result.
Name | Type | Description |
---|---|---|
boundingBox |
Bounding box of the prediction. |
|
probability |
number |
Probability of the tag. |
tagId |
string |
Id of the predicted tag. |
tagName |
string |
Name of the predicted tag. |
tagType |
Type of the predicted tag. |
PredictionQueryResult
Query result of the prediction images that were sent to your prediction endpoint.
Name | Type | Description |
---|---|---|
results |
Result of an image prediction request. |
|
token |
Prediction Query Token. |
PredictionQueryTag
Name | Type | Description |
---|---|---|
id |
string |
|
maxThreshold |
number |
|
minThreshold |
number |
PredictionQueryToken
Name | Type | Description |
---|---|---|
application |
string |
|
continuation |
string |
|
endTime |
string |
|
iterationId |
string |
|
maxCount |
integer |
|
orderBy | ||
session |
string |
|
startTime |
string |
|
tags |
StoredImagePrediction
Result of an image prediction request.
Name | Type | Description |
---|---|---|
created |
string |
Date this prediction was created. |
domain |
string |
Domain used for the prediction. |
id |
string |
Prediction Id. |
iteration |
string |
Iteration Id. |
originalImageUri |
string |
The URI to the original prediction image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. |
predictions |
List of predictions. |
|
project |
string |
Project Id. |
resizedImageUri |
string |
The URI to the (resized) prediction image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. |
thumbnailUri |
string |
The URI to the thumbnail of the original prediction image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. |
TagType
Type of the predicted tag.
Name | Type | Description |
---|---|---|
GeneralProduct |
string |
|
Negative |
string |
|
Regular |
string |