Project

class verta.tracking.entities.Project(conn, conf, msg)

Object representing a machine learning Project.

This class provides read/write functionality for Project metadata and access to its Experiment Runs.

There should not be a need to instantiate this class directly; please use Client.set_project().

Variables:
  • id (str) – ID of this Project.

  • name (str) – Name of this Project.

  • expt_runs (ExperimentRuns) – Experiment Runs under this Project.

  • url (str) – Verta web app URL.