WandbConfig =========== **class** ``WandbConfig`` Configuration for Weights & Biases logging. **Fields:** ``enabled`` : *bool* = ``False`` Enable Weights & Biases logging. ``project`` : *Optional* [ *str* ] = ``None`` WandB project name (or set WANDB_PROJECT). ``entity`` : *Optional* [ *str* ] = ``None`` WandB entity (team/user). Optional. ``group`` : *Optional* [ *str* ] = ``None`` WandB group name (for sweeps/capacity-search). ``run_name`` : *Optional* [ *str* ] = ``None`` WandB run name. Defaults to the resolved output dir name. ``tags`` : *list* [ *str* ] = ``[]`` List of WandB tags to attach to the run. ``notes`` : *Optional* [ *str* ] = ``None`` Optional WandB notes for this run. ``mode`` : *Optional* [ *str* ] = ``None`` Optional wandb mode override: 'online', 'offline', or 'disabled'. ``log_artifacts`` : *bool* = ``True`` Upload selected output files as a wandb Artifact.