Deployment targets (data sources)

Deployment targets (data sources)

get

List deployment targets for a project from data sources page (it shows some things like all Linux deploys, and hides 'fake' deploy targets like mobile phone / computer)

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}/deployment/targets/data-sources HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "targets": [
    {
      "name": "text",
      "description": "text",
      "image": "text",
      "imageClasses": "text",
      "format": "text",
      "latencyDevice": "text",
      "hasEonCompiler": true,
      "hasTensorRT": true,
      "hasTensaiFlow": true,
      "hasDRPAI": true,
      "hasTIDL": true,
      "hasAkida": true,
      "hasMemryx": true,
      "hasStAton": true,
      "hasCevaNpn": true,
      "hideOptimizations": true,
      "badge": {
        "name": "text",
        "description": "text"
      },
      "uiSection": "library",
      "customDeployId": 1,
      "integrateUrl": "text",
      "ownerOrganizationName": "text",
      "supportedEngines": [
        "tflite"
      ],
      "preferredEngine": "tflite",
      "url": "text",
      "docsUrl": "text",
      "firmwareRepoUrl": "text",
      "modelVariants": [
        {
          "variant": "int8",
          "supported": true,
          "hint": "text"
        }
      ]
    }
  ]
}

Last updated

Was this helpful?