ray.tune.Callback.on_step_begin# Callback.on_step_begin(iteration: int, trials: List[Trial], **info)[source]# Called at the start of each tuning loop step. Parameters: iteration – Number of iterations of the tuning loop. trials – List of trials. **info – Kwargs dict for forward compatibility.