Skip to main content

Class wandb.apis.public.Sweep

The set of runs associated with the sweep.

Args

ServiceApi
str
str
str
Mapping[str, Any] | None

Attributes

  • runs (Runs): List of runs
  • id (str): Sweep ID
  • project (str): The name of the project the sweep belongs to
  • config (dict): Dictionary containing the sweep configuration
  • state (str): The state of the sweep. Can be “Finished”, “Failed”, “Crashed”, or “Running”.
  • expected_run_count (int): The number of expected runs for the sweep