Skip to main content

Class wandb.apis.public.Sweep

property config

The sweep configuration used for the sweep.

property entity

The entity associated with the sweep.

property expected_run_count

Return the number of expected runs in the sweep or None for infinite runs.

property name

The name of the sweep. Returns the first name that exists in the following priority order:
  1. User-edited display name
  2. Name configured at creation time
  3. Sweep ID

property order

Return the order key for the sweep.

property path

Returns the path of the project. The path is a list containing the entity, project name, and sweep ID.

property url

The URL of the sweep. The sweep URL is generated from the entity, project, the term “sweeps”, and the sweep ID.run_id. For SaaS users, it takes the form of https://wandb.ai/entity/project/sweeps/sweeps_ID.

property username

Deprecated. Use Sweep.entity instead.