Class wandb.apis.public.Run
A single run associated with an entity and project.Args
ServiceApi
Interface to the wandb-core service that performs W&B API calls for this run.
str
The entity associated with the run.
str
The project associated with the run.
str
The unique identifier for the run.
Mapping | None
The attributes of the run.
bool
Whether to include sweeps in the run.
bool
str | None
Attributes
tags([str]): a list of tags associated with the runurl(str): the url of this runid(str): unique identifier for the run (defaults to eight characters)name(str): the name of the runstate(str): one of: running, finished, crashed, killed, preempting, preemptedconfig(dict): a dict of hyperparameters associated with the runcreated_at(str): ISO timestamp when the run was startedsystem_metrics(dict): the latest system metrics recorded for the runsummary(dict): A mutable dict-like property that holds the current summary. Calling update will persist any changes.project(str): the project associated with the runentity(str): the name of the entity associated with the runproject_internal_id(int): the internal id of the projectuser(str): the name of the user who created the runpath(str): Unique identifier [entity]/[project]/[run_id]notes(str): Notes about the runread_only(boolean): Whether the run is editablehistory_keys(str): History metric keys logged withwandb.Run.log({"key": "value"})metadata(str): Metadata about the run from wandb-metadata.json