class wandb.apis.public.Sweeps
Sweep objects.
Args
service_api: The service API used to query W&B.entity: The entity which owns the sweeps.project: The project which contains the sweeps.per_page: The number of sweeps to fetch per request to the API.filters: (dict) queries for specific sweeps using the runs filters, See wandb/apis/public/api.py:runs for more details.