Get deployment info
Gives information on whether a deployment was already built for a type
Authorizations
Path parameters
projectIdintegerrequired
Project ID
Query parameters
typestringrequired
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.
modelTypestring · enumoptional
Optional model type of the build (if not, it uses the settings in the Keras block)
Options:
int8
, float32
, akida
, requiresRetrain
enginestring · enumoptional
Optional engine for the build (if not, it uses the default engine for the deployment target)
Options:
tflite
, tflite-eon
, tflite-eon-ram-optimized
, tensorrt
, tensaiflow
, drp-ai
, tidl
, akida
, syntiant
, memryx
, neox
, ethos-linux
, st-aton
impulseIdintegeroptional
Impulse ID. If this is unset then the default impulse is used.
Responses
application/json
cURL
JavaScript
Python
HTTP
200
Last updated
Was this helpful?