Authorizations
Path Parameters
Project ID
Query Parameters
Impulse ID. If this is unset then the default impulse is used.
Body
application/json
A base64 encoded pretrained model
Available options:
tflite, onnx, saved_model, lgbm, xgboost, pickle The name of the built target. You can find this by listing all deployment targets through listDeploymentTargetsForProject (via GET /v1/api/{projectId}/deployment/targets) and see the format type.
Available options:
tflite, tflite-eon, tflite-eon-ram-optimized, tensorrt, tensaiflow, drp-ai, tidl, akida, syntiant, memryx, neox, ethos-linux, st-aton, ceva-npn A base64 encoded .npy file containing the features from your validation set (optional for onnx and saved_model) - used to quantize your model.
Available options:
int8, float32 Optional, use a specific converter (only for ONNX models).
Available options:
onnx-tf, onnx2tf