Get config

Get config

get

Get config

Authorizations
Path parameters
projectIdintegerRequired

Project ID

Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/optimize/config HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "name": "text",
  "targetLatency": 0,
  "targetDevice": {
    "name": "cortex-m4f-80mhz",
    "ram": 1024,
    "rom": 1024
  },
  "compiler": [
    "text"
  ],
  "precision": [
    "text"
  ],
  "trainingCycles": 5,
  "tuningMaxTrials": 2,
  "tuningWorkers": 1,
  "initialTrials": 5,
  "optimizationRounds": 3,
  "trialsPerOptimizationRound": 3,
  "minMACCS": 1,
  "maxMACCS": 1,
  "tuningAlgorithm": "random",
  "notificationOnCompletion": true,
  "importProjectMetrics": true,
  "importResourceMetrics": true,
  "numImportProjectMetrics": 1,
  "numImportResourceMetrics": 1,
  "enableSEM": true,
  "accuracySEM": 1,
  "latencySEM": 1,
  "optimizationObjectives": [
    {
      "objective": "text",
      "label": "text",
      "weight": 1
    }
  ],
  "rawObjectives": "text",
  "optimizationPrecision": "float32",
  "earlyStopping": true,
  "earlyStoppingWindowSize": 1,
  "earlyStoppingImprovementBar": 1,
  "MOMF": true,
  "verboseLogging": true,
  "disableConstraints": true,
  "disableDeduplicate": true,
  "maxTotalTrainingTime": 1,
  "tunerSpaceOptions": {
    "ANY_ADDITIONAL_PROPERTY": [
      "text"
    ]
  },
  "space": [
    {
      "parameters": {},
      "inputBlocks": [
        {
          "ANY_ADDITIONAL_PROPERTY": "anything"
        }
      ],
      "dspBlocks": [
        {
          "ANY_ADDITIONAL_PROPERTY": "anything"
        }
      ],
      "learnBlocks": [
        [
          {
            "ANY_ADDITIONAL_PROPERTY": "anything"
          }
        ]
      ]
    }
  ],
  "searchSpaceTemplate": {
    "identifier": "speech_keyword",
    "classification": true,
    "anomaly": true,
    "regression": true
  },
  "searchSpaceSource": {
    "type": "template",
    "templateTitle": "text",
    "runTitle": "text",
    "impulseTitle": "text"
  },
  "device": {}
}

Last updated

Was this helpful?