How do I programmatically access the human-readable run name?

The .name attribute of a wandb.Run is accessible as follows:

import wandb

wandb.init()
run_name = wandb.run.name

Last modified February 1, 2025: 1dc8b96