> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-wbdocs-1882.mintlify.site/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>
