cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/model-variants \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "modelVariants": [ { "variant": "int8", "isReferenceVariant": true, "isEnabled": true, "isSelected": true } ] }
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
The response is of type object.
object