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 · enumOptionalPossible values:
Optional model type of the build (if not, it uses the settings in the Keras block)
enginestring · enumOptionalPossible values:
Optional engine for the build (if not, it uses the default engine for the deployment target)
impulseIdintegerOptional
Impulse ID. If this is unset then the default impulse is used.
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/deployment HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"hasDeployment": true,
"version": 1
}
Last updated
Was this helpful?