Developer License - Compute Time

On your webpage https://www.edgeimpulse.com/solutions you state a free developer license includes 25min of compute time.

How does this compute time calculate, is it per training run or in total?
(would it also include compute time for feature generation)

How can I see, how much compute-time I have consumed?
Is there any way to buy “compute time”?
What is going to happen, when the compute time is consumed?

Hey @Christian42, good question. At the moment compute time limits are not enforced on free accounts - but what counts is every long-running job, e.g. training a model, generating features, creating a deployment.

If you’re interested you can get the data straight from the API. To see your time used grab your project ID from Dashboard, then go to:

https://studio.edgeimpulse.com/v1/api/YOUR_PROJECT_ID

And search for computeTime.

image