Skip to main content

Class wandb.apis.public.Run

property config

Get run config. Auto-loads full data if in lazy mode.

property entity

The entity associated with the run.

property id

The unique identifier for the run.

property lastHistoryStep

Returns the last step logged in the run’s history.

property metadata

Metadata about the run from wandb-metadata.json. Metadata includes the run’s description, tags, start time, memory usage and more.

property name

The name of the run.

property path

The path of the run. The path is a list containing the entity, project, and run_id.

property rawconfig

Get raw run config including internal keys. Auto-loads full data if in lazy mode.

property state

The state of the run. The following table describes the possible states a run can be in:

property storage_id

The unique storage identifier for the run.

property summary

Get run summary metrics. Auto-loads full data if in lazy mode.

property summary_metrics

Get run summary metrics. Auto-loads full data if in lazy mode.

property sweep

The sweep associated with this run. Loads sweep data if include_sweeps is False.

property sweep_name

Get sweep name. Always available since sweepName is in lightweight fragment.

property system_metrics

Get run system metrics. Auto-loads full data if in lazy mode.

property url

The URL of the run. The run URL is generated from the entity, project, and run_id. For SaaS users, it takes the form of https://wandb.ai/entity/project/run_id.

property username

This API is deprecated. Use entity instead.