Skip to main content

class Member

A member of a team.

method Member.__init__

__init__(client, team, attrs)
Args:
  • client (wandb.apis.internal.Api): The client instance to use
  • team (str): The name of the team this member belongs to
  • attrs (dict): The member attributes

method Member.delete

delete()
Remove a member from a team. Returns: Boolean indicating success
I