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

# Run properties

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

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

Config object associated with this run.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> config\_static

Static config object associated with this run.

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

The directory where files associated with the run are saved.

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

True if the run is disabled, False otherwise.

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

The name of the W\&B entity associated with the run.

Entity can be a username or the name of a team or organization.

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

Returns the name of the group associated with this run.

Grouping runs together allows related experiments to be organized and
visualized collectively in the W\&B UI. This is especially useful for
scenarios such as distributed training or cross-validation, where
multiple runs should be viewed and managed as a unified experiment.

In shared mode, where all processes share the same run object,
setting a group is usually unnecessary, since there is only one
run and no grouping is required.

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

Identifier for this run.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> job\_type

Name of the job type associated with the run.

View a run's job type in the run's Overview page in the W\&B App.

You can use this to categorize runs by their job type, such as
"training", "evaluation", or "inference". This is useful for organizing
and filtering runs in the W\&B UI, especially when you have multiple
runs with different job types in the same project. For more
information, see [Organize runs](https://docs.wandb.ai/models/runs#organize-runs).

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

Display name of the run.

Display names are not guaranteed to be unique and may be descriptive.
By default, they are randomly generated.

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

Notes associated with the run, if there are any.

Notes can be a multiline string and can also use markdown and latex
equations inside `$$`, like `$x + 3$`.

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

True if the run is offline, False otherwise.

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

Path to the run.

Run paths include entity, project, and run ID, in the format
`entity/project/run_id`.

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

Name of the W\&B project associated with the run.

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

URL of the W\&B project associated with the run, if there is one.

Offline runs do not have a project URL.

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

True if the run was resumed, False otherwise.

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

A frozen copy of run's Settings object.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> start\_time

Unix timestamp (in seconds) of when the run started.

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

The W\&B step of the next `log()` call.

Raises an error in mode="shared" runs.

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

Identifier for the sweep associated with the run, if there is one.

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

URL of the sweep associated with the run, if there is one.

Offline runs do not have a sweep URL.

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

Tags associated with the run, if there are any.

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

The url for the W\&B run, if there is one.

Offline runs will not have a url.
