> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-sdk-add-methods-properties.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Settings properties

## <Badge color="yellow" size="lg" shape="rounded">Class</Badge> wandb.Settings

## <Badge color="gray" size="lg" shape="rounded">property</Badge> app\_url

The URL for the W\&B UI, usually [https://wandb.ai](https://wandb.ai).

This is different from `base_url` (like [https://api.wandb.ai](https://api.wandb.ai)) which
is used to access W\&B APIs programmatically.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> colab\_url

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

## <Badge color="gray" size="lg" shape="rounded">property</Badge> deployment

## <Badge color="gray" size="lg" shape="rounded">property</Badge> files\_dir

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

## <Badge color="gray" size="lg" shape="rounded">property</Badge> is\_local

## <Badge color="gray" size="lg" shape="rounded">property</Badge> log\_dir

The directory for storing log files.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> log\_internal

The path to the file to use for internal logs.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> log\_symlink\_internal

The path to the symlink to the internal log file of the most recent run.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> log\_symlink\_user

The path to the symlink to the user-process log file of the most recent run.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> log\_user

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

## <Badge color="gray" size="lg" shape="rounded">property</Badge> project\_url

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

## <Badge color="gray" size="lg" shape="rounded">property</Badge> resume\_fname

The path to the resume file.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> run\_mode

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

## <Badge color="gray" size="lg" shape="rounded">property</Badge> run\_url

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

## <Badge color="gray" size="lg" shape="rounded">property</Badge> settings\_workspace

The path to the workspace settings file.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> sweep\_url

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

## <Badge color="gray" size="lg" shape="rounded">property</Badge> sync\_dir

The directory for storing the run's files.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> sync\_file

Path to the append-only binary transaction log file.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> sync\_symlink\_latest

Path to the symlink to the most recent run's transaction log file.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> timespec

The time specification for the run.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> wandb\_dir

Full path to the wandb directory.
