Skip to main content

Class wandb.apis.public.Team

A class that represents a W&B team. This class provides methods to manage W&B teams, including creating teams, inviting members, and managing service accounts. It inherits from Attrs to handle team attributes.

Args

ServiceApi
The service API instance to use for querying W&B.
str
The name of the team
Mapping[str, Any] | None
Optional dictionary of team attributes

Examples

Look up a team and invite a member.
Create a team and add a service account.