> ## 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.

# sweep의 run에서 모델을 가장 잘 로깅하려면 어떻게 해야 하나요?

[sweep](/ko/models/sweeps/)에서 모델을 로깅하려면 sweep용 모델 artifact를 만드세요. 각 버전은 sweep의 서로 다른 run에 해당합니다. 다음과 같이 구현하세요:

```python theme={null}
wandb.Artifact(name="sweep_name", type="model")
```

***

<Badge stroke shape="pill" color="orange" size="md">[Artifacts](/ko/support/models/tags/artifacts)</Badge><Badge stroke shape="pill" color="orange" size="md">[Sweeps](/ko/support/models/tags/sweeps)</Badge>
