Model Prediction
Supply the resource to perform prediction on You can also supply specific config for the deployed service
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "config": {
- "serviceId": "string",
- "pipeline": {
- "property1": null,
- "property2": null
}, - "serviceConfig": {
- "property1": null,
- "property2": null
}
}, - "input": {
- "datasetQuery": {
- "property1": null,
- "property2": null
}, - "datasetId": "string",
- "itemIds": "string"
}
}
{- "input": {
- "itemIds": [
- "item1",
- "item2"
]
}, - "serviceConfig": {
- "runtime": {
- "podType": "regular-xs",
- "runnerImage": "jjanzic/docker-python3-opencv"
}
}
}