Get Trial Directory

How severe does this issue affect your experience of using Ray?

  • Low

I am trying to figure out how to get the trial directory being used by ray train (TorchTrainer in my case), such that I can use ray.train.Result.from_path
I see in the code logdir=session.get_trial_dir() being used but that seems to be an internal API. Is there a public API call to get that directory?