Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-python-sdk-testing.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Description

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:

  • client: The api instance to use
  • name: The name of the team
  • attrs: Optional dictionary of team attributes

Methods:

create

Create a new team.

create_service_account

Create a service account for the team.

display

Display this object in jupyter.

invite

Invite a user to a team.