ray.tune.logger.CSVLoggerCallback.on_step_begin# CSVLoggerCallback.on_step_begin(iteration: int, trials: List[Trial], **info)# 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.