class wandb.apis.public.Team
Args
service_api: The service API instance to use for querying W&B.name: The name of the teamattrs: Optional dictionary of team attributes
Examples
Look up a team and invite a member.Methods
method Team.create()
Arguments
api: (Api) The api instance to useteam: (str) The name of the teamadmin_username: (str) optional username of the admin user of the team, defaults to the current user.
method Team.create_service_account()
Arguments
description: (str) A description for this service account
method Team.invite()
Arguments
username_or_email: (str) The username or email address of the user you want to invite.admin: (bool) Whether to make this user a team admin. Defaults toFalse.