cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/integrations/tensorboard/start \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "blockIds": [ 123 ] } '
{ "success": true, "id": "learn-3-2-1", "error": "<string>" }
Start a TensorBoard session for the requested learn blocks
Project ID
IDs of learn blocks to compare in a TensorBoard session
OK
Whether the operation succeeded
Unique integration resource identifier. Pass this to getIntegrationSessionStatus to check the status of the integration session.
"learn-3-2-1"
Optional error description (set if 'success' was false)
Was this page helpful?