TrueFoundry jobs enable you to run task-oriented workloads which are meant to run for a certain duration to complete a task, then terminate and release the resources.

Here are some scenarios where Jobs are particularly well-suited:

  • Model Training: Train machine learning models on large datasets, where the resource gets freed up once the training is complete.
  • Maintenance and Cleanup: Schedule routine maintenance tasks, such as data backups, model retraining, report generation etc.
  • Batch Inference: Perform large-scale batch inference tasks, such as processing large volumes of data using trained models, leveraging Job’s ability to handle parallel workloads efficiently.

TrueFoundry makes it easy to configure various aspects of your job deployment.