Jobs
Use jobs to retrain models on a regular basis. Jobs can be created from notebooks, git, or the Modelbit web application.
Jobs run in the same environment as the deployment, using the same python and system packages.
Visit the Jobs
page within your deployment to view previous executions of jobs, how long each job took, and any logs output created by the job.
Runner sizes
Jobs can be run on different size job runners. By default, jobs run on the small
runner size.
Runner Size | CPUs | GB RAM | Cost Factor |
---|---|---|---|
small | 2 | 15 | 1 |
medium | 4 | 30 | 2 |
large | 8 | 60 | 4 |
xlarge | 16 | 120 | 8 |
See the notebook or git jobs documentation for how to use different size job runners.