Takes in a TFLite file and builds the model and SDK. Updates are streamed over the websocket API (or can be retrieved through the /stdout endpoint). Use getProfileTfliteJobResult to get the results when the job is completed.
Project ID
Impulse ID. If this is unset then the default impulse is used.
A base64 encoded pretrained model
tflite, onnx, saved_model, lgbm, xgboost, pickle, ngboost 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.
tflite, tflite-eon, tflite-eon-ram-optimized, tensorrt, tensaiflow, drp-ai, tidl, akida, syntiant, memryx, neox, ethos-linux, st-aton, ceva-npn, nordic-axon A base64 encoded .npy file containing the features from your validation set (optional for onnx and saved_model) - used to quantize your model.
int8, float32 Optional, use a specific converter (only for ONNX models).
onnx-tf, onnx2tf Optional for ONNX files: overrides the input shape of the model. This is highly suggested if the model has dynamic dimensions. If this field is not set, then all dynamic dimensions will be set to '1'.