Skip to main content

class Sweeps

A lazy iterator over a collection of Sweep objects. Examples:

method Sweeps.__init__

An iterable collection of 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.

property Sweeps.length