cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/all-learn-blocks \ --header 'x-api-key: <api-key>'
{ "success": true, "learnBlocks": [ { "type": "anomaly", "title": "<string>", "author": "<string>", "description": "<string>", "name": "<string>", "organizationModelId": 123, "experiment": "<string>", "displayCategory": "classical", "publicProjectTierAvailability": "enterprise-only" } ], "error": "<string>" }
Get all available learn blocks
Project ID
OK
Whether the operation succeeded
Show child attributes
The type of learning block (anomaly, keras, keras-transfer-image, keras-transfer-kws, keras-object-detection, keras-regression). Each behaves differently.
anomaly
anomaly-gmm
keras
keras-transfer-image
keras-transfer-kws
keras-object-detection
keras-regression
keras-akida
keras-akida-transfer-image
keras-akida-object-detection
keras-visual-anomaly
Category to display this block in the UI.
classical
tao
developer-preview
For public blocks, this indicates the project tiers for which this block is available.
enterprise-only
pro-or-enterprise
all-projects
Optional error description (set if 'success' was false)
Was this page helpful?