Get TensorBoard session status
Get the status of a TensorBoard session
Authorizations
Path parameters
projectIdintegerRequired
Project ID
resourceIdstringRequiredExample:
Unique resource ID for an integration session. When an integration is launched we create a new session for it. Each session is uniquely identifiable by the project ID and resource ID.
learn-3-2-1
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/integrations/tensorboard/{resourceId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"sessionStatus": {
"status": "pending",
"additionalInfo": "text"
}
}
Last updated
Was this helpful?