Last updated 2 days ago
Was this helpful?
Start a TensorBoard session for the requested learn blocks
Project ID
IDs of learn blocks to compare in a TensorBoard session
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/integrations/tensorboard/start' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "blockIds": [ 1 ] }'
{ "success": true, "error": "text", "id": "project-12-learn-1-2-3" }