Get config
Last updated
Was this helpful?
Last updated
Was this helpful?
Get config
/api/{projectId}/optimize/config
Project ID
curl -L \
--url 'https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/config' \
--header 'x-api-key: YOUR_API_KEY'
{
"success": true,
"error": "text",
"name": "text",
"targetLatency": 0,
"trainingCycles": 5,
"tuningMaxTrials": 2,
"tuningWorkers": 1,
"initialTrials": 5,
"optimizationRounds": 3,
"trialsPerOptimizationRound": 3,
"minMACCS": 1,
"maxMACCS": 1,
"notificationOnCompletion": true,
"importProjectMetrics": true,
"importResourceMetrics": true,
"numImportProjectMetrics": 1,
"numImportResourceMetrics": 1,
"enableSEM": true,
"accuracySEM": 1,
"latencySEM": 1,
"rawObjectives": "text",
"earlyStopping": true,
"earlyStoppingWindowSize": 1,
"earlyStoppingImprovementBar": 1,
"MOMF": true,
"verboseLogging": true,
"disableConstraints": true,
"disableDeduplicate": true,
"tuningAlgorithm": "random",
"optimizationPrecision": "float32",
"compiler": [
"text"
],
"precision": [
"text"
],
"space": [
{
"parameters": {},
"inputBlocks": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"dspBlocks": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"learnBlocks": [
[
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
]
]
}
],
"targetDevice": {
"name": "cortex-m4f-80mhz",
"ram": 1024,
"rom": 1024
},
"tunerSpaceOptions": {
"ANY_ADDITIONAL_PROPERTY": [
"text"
]
},
"searchSpaceTemplate": {
"classification": true,
"anomaly": true,
"regression": true,
"identifier": "speech_keyword"
},
"searchSpaceSource": {
"templateTitle": "text",
"runTitle": "text",
"impulseTitle": "text",
"type": "template"
},
"optimizationObjectives": [
{
"objective": "text",
"label": "text",
"weight": 1
}
],
"device": {}
}
OK