Model Inferences
Inferences are how you request model predictions of annotations on your source files
Request Inference
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"inferenceJobId": 12,
"status": "Queued",
"projectName": "Sample Project",
"projectId": 1,
"outputLayerName": "Gold Set",
"outputLayerId": 12,
"sourceIds": [3240, 4414],
}{
"message": "explanation for why directory could not be created"
}Request Inference Status
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?