Skip to main content

Class wandb.Settings

property app_url

The URL for the W&B UI, usually https://wandb.ai. This is different from base_url (like https://api.wandb.ai) which is used to access W&B APIs programmatically.

property colab_url

The URL to the Colab notebook, if running in Colab.

property deployment

property files_dir

Absolute path to the local directory where the run’s files are stored.

property is_local

property log_dir

The directory for storing log files.

property log_internal

The path to the file to use for internal logs. The path to the symlink to the internal log file of the most recent run. The path to the symlink to the user-process log file of the most recent run.

property log_user

The path to the file to use for user-process logs.

property project_url

The W&B URL where the project can be viewed.

property resume_fname

The path to the resume file.

property run_mode

The mode of the run. Can be either “run” or “offline-run”.

property run_url

The W&B URL where the run can be viewed.

property settings_workspace

The path to the workspace settings file.

property sweep_url

The W&B URL where the sweep can be viewed.

property sync_dir

The directory for storing the run’s files.

property sync_file

Path to the append-only binary transaction log file. Path to the symlink to the most recent run’s transaction log file.

property timespec

The time specification for the run.

property wandb_dir

Full path to the wandb directory.