Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-weave-caching.mintlify.app/llms.txt

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

GitHub source

class Member

A member of a team.

method Member.__init__

__init__(client: 'RetryingClient', team: 'str', attrs: 'Mapping[str, Any]')
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