Get the interval (in ms) of the training data

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.

get

/api/{projectId}/data-interval

Authorizations
Path parameters
projectIdintegerrequired

Project ID

Responses
curl -L \
  --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/data-interval' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text",
  "intervalMs": 1
}

Last updated

Was this helpful?