class Project
A project is a namespace for runs.
method Project.__init__
- client: W&B API client instance.
- name(str): The name of the project.
- entity(str): The entity name that owns the project.
- client: The API client used to query W&B.
- entity: The entity which owns the project.
- project: The name of the project to query.
- attrs: The attributes of the project.
property Project.id
property Project.path
Returns the path of the project. The path is a list containing the entity and project name.property Project.url
Returns the URL of the project.method Project.artifacts_types
method Project.sweeps
- per_page: The number of sweeps to fetch per request to the API.
Sweeps object, which is an iterable collection of Sweep objects.