Help us improve these docs. Take our quick survey.
wandb.Run
.name
import wandb with wandb.init() as run: run_name = run.name print(f"The human-readable run name is: {run_name}")
Was this page helpful?