cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/model-variants \ --header 'x-api-key: <api-key>'
{ "success": true, "modelVariants": [ { "variant": "int8", "isReferenceVariant": true, "isEnabled": true, "isSelected": true } ], "error": "<string>" }
Get a list of model variants applicable to all trained learn blocks in this project.
Project ID
Impulse ID. If this is unset then the default impulse is used.
OK
Whether the operation succeeded
All model variants relevant for all learn blocks in the project
Show child attributes
Optional error description (set if 'success' was false)
Was this page helpful?