0

I know how to undeploy/redeploy an Object Detection model - but my overall project uses both Object Detection and Image Classification. What's the best way to save money when we're not using both?

It's easy to remove the deployment of the Object Detection model, and then re-deploy it when we have data to process. Can the same be done for the Image Classification models?

Matthew Runo
  • 1,387
  • 3
  • 20
  • 43

1 Answers1

0

In both Object Detection and Image Classification you pay based on resource usage.

Regarding your question, it’s important to take into account that you pay per node deployed as the model’s associated resources remain allocated in order to prevent delays in your predictions. That’s why in order to not incur charges when you are not using the service you should undeploy the models. You can do this in both Object Detection and Image Classification.


Community
  • 1
  • 1
Joaquim
  • 406
  • 2
  • 10