Import & Export API
Classesโ
class Api
: Used for querying the wandb server.
class File
: File is a class associated with a file saved by wandb.
class Files
: An iterable collection of File
objects.
class Project
: A project is a namespace for runs.
class Projects
: An iterable collection of Project
objects.
class QueuedRun
: A single queued run associated with an entity and project. Call run = queued_run.wait_until_running()
or run = queued_run.wait_until_finished()
to access the run.
class Run
: A single run associated with an entity and project.
class Runs
: An iterable collection of runs associated with a project and optional filter.
class Sweep
: A set of runs associated with a sweep.