Get deployment info
Last updated
Was this helpful?
Last updated
Was this helpful?
Gives information on whether a deployment was already built for a type
/api/{projectId}/deployment
Project ID
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.
Optional model type of the build (if not, it uses the settings in the Keras block)
int8
, float32
, akida
, requiresRetrain
Optional engine for the build (if not, it uses the default engine for the deployment target)
tflite
, tflite-eon
, tflite-eon-ram-optimized
, tensorrt
, tensaiflow
, drp-ai
, tidl
, akida
, syntiant
, memryx
, neox
, ethos-linux
, st-aton
Impulse ID. If this is unset then the default impulse is used.