Skip to main content

class Member

(service_api: 'ServiceApi',
team: 'str',
attrs: 'Mapping[str, Any]')

Description

A member of a team.

Args

  • service_api: The service API instance to use for querying W&B.
  • team: The name of the team this member belongs to
  • attrs: The member attributes

Methods

method delete

(self)
Remove a member from a team.