Help us improve these docs. Take our quick survey.
.name
wandb.Run
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?