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

# Comment puis-je enregistrer au mieux des modèles à partir de runs dans un balayage ?

Pour enregistrer des modèles dans un [balayage](/fr/models/sweeps/), créez un artifact de modèle pour le balayage. Chaque version représente un run différent du balayage. Procédez comme suit :

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

***

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