Tuner not returning best checkpoint

High - impacting my task and am blocked

I am currently creating a lightgbm trainer for multiclass classification and want to perform tuning on it with the Tuner class.

once I call tuner.fit, I get the result grid, and then try to call the best result’s checkpoint. However that checkpoint is None. Is there a specific flag I need to set in order to retrieve the checkpoint?