Class wandb.apis.public.Sweep
method Sweep.agent()
Query an agent by ID for this sweep.Arguments
str
The ID of the agent to look up.
method Sweep.agents()
Query the list of all agents for this sweep.method Sweep.best_run()
Return the best run sorted by the metric defined in config or the order passed in.Arguments
method Sweep.get()
Execute a query against the cloud backend.Arguments
Api
The W&B API instance.
str | None
The entity (username or team) that owns the project.
str | None
The name of the project to fetch sweep from.
str | None
The sweep ID to query.
str | None
The order in which the sweep’s runs are returned.
str | None
The query to use to execute the query.
method Sweep.to_html()
Generate HTML containing an iframe displaying this sweep.Arguments
int