Get a list of all model variants available for this project

Get a list of all model variants available for this project

get

Get a list of model variants applicable to all trained learn blocks in this project.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

Query parameters
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}/model-variants HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "modelVariants": [
    {
      "variant": "int8",
      "isReferenceVariant": true,
      "isEnabled": true,
      "isSelected": true
    }
  ]
}

Last updated

Was this helpful?