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 runsid(str): Sweep IDproject(str): The name of the project the sweep belongs toconfig(dict): Dictionary containing the sweep configurationstate(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