Get the interval (in ms) of the training data
Get the interval of the training data; if multiple intervals are present, the interval of the longest data item is returned. This only takes data in your training set into account.
Authorizations
Path parameters
projectIdintegerRequired
Project ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/data-interval HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"intervalMs": 1
}
Last updated
Was this helpful?