Python class
Scheduler
Scheduler
class max.interfaces.Scheduler
Bases: ABC
Abstract base class defining the interface for schedulers.
run_iteration()
abstract run_iteration()
The core scheduler routine that creates and executes batches.
This method should implement the core scheduling logic including:
- Batch creation and management
- Request scheduling
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!