Get deployment info

Get deployment info

get

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
curl -L \
  --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/deployment?type=text' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text",
  "hasDeployment": true,
  "version": 1
}

Last updated

Was this helpful?