Skip to main content

Python class

Scheduler

Scheduler

class max.interfaces.Scheduler

source

Bases: ABC

Abstract base class defining the interface for schedulers.

run_iteration()

abstract run_iteration()

source

The core scheduler routine that creates and executes batches.

This method should implement the core scheduling logic including:

  • Batch creation and management
  • Request scheduling