cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/space \ --header 'x-api-key: <api-key>'
{ "success": true, "impulse": [ { "inputBlocks": [ {} ], "dspBlocks": [ {} ], "learnBlocks": [ [ {} ] ], "parameters": {} } ], "error": "<string>" }
Search space
Project ID
OK
Whether the operation succeeded
List of impulses specifying the EON Tuner search space
Show child attributes
Input Blocks that are part of this impulse
DSP Blocks that are part of this impulse
Learning Blocks that are part of this impulse
Hyperparameters with potential values that can be used in any block in this impulse
Optional error description (set if 'success' was false)
Was this page helpful?