Class wandb.apis.public.Project
A project is a namespace for runs.Args
ServiceApi
The service API used to query W&B.
str
The entity which owns the project.
str
The name of the project to query.
Mapping[str, Any]
The attributes of the project.
Properties
str
No description provided.
public.User
Returns the project owner as a User object.
list[str]
Returns the path of the project. The path is a list containing the
entity and project name.
str
Returns the URL of the project.
Methods
method Project.artifacts_types()
Arguments
int
No description provided.
method Project.collections()
Arguments
Mapping[str, Any] | None
Optional mapping of filters to apply to the query.
str | None
Optional string to specify the order of the results. If you prepend order with a + order is ascending (default). If you prepend order with a - order is descending.
int
The number of artifact collections to fetch per page. Default is 50.
method Project.sweeps()
Arguments
int
The number of sweeps to fetch per request to the API.
dict[str, Any] | None
(dict) queries for specific sweeps using the runs filters, See wandb/apis/public/api.py:runs for more details.
str | None
No description provided.