Member

Training and fine-tuning models is done elsewhere in the W&B Python SDK. Use the Public API for querying and managing data after it has been logged to W&B.

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