Download trained model
Download a trained model for a learning block. Depending on the block this can be a TensorFlow model, or the cluster centroids.
Authorizations
Path parameters
projectIdintegerRequired
Project ID
learnIdintegerRequired
Learn Block ID, use the impulse functions to retrieve the ID
modelDownloadIdstringRequired
Model download ID, which can be obtained from the project information
Responses
200
File
application/octet-stream
Responsestring · binary
get
GET /v1/api/{projectId}/learn-data/{learnId}/model/{modelDownloadId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
File
binary
Last updated
Was this helpful?