Test pretrained model
POST {{baseUrl}}/api/:projectId/pretrained-model/test
Test out a pretrained model (using raw features) - upload first via uploadPretrainedModel
. If you want to deploy a pretrained model from the API, see startDeployPretrainedModelJob
.
Request Body
{"features"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "modelInfo"=>{"input"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "model"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"result":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"boundingBoxes":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}