> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# run 名を Run ID に設定するにはどうすればよいですか？

run 名を Run ID で上書きするには、次のコードスニペットを使用します。

```python theme={null}
import wandb

with wandb.init() as run:
   run.name = run.id
   run.save()
```

***

<Badge stroke shape="pill" color="orange" size="md">[Experiments](/ja/support/models/tags/experiments)</Badge>
