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

wandb.Run.name 속성은 다음과 같이 액세스할 수 있습니다:

import wandb

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