메인 콘텐츠로 건너뛰기

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

Teams 의 멤버입니다.

method Member.__init__

__init__(client: 'RetryingClient', team: 'str', attrs: 'Mapping[str, Any]')
Args:
  • client (wandb.apis.internal.Api): 사용할 클라이언트 인스턴스
  • team (str): 이 멤버가 속한 Teams 의 이름
  • attrs (dict): 멤버 속성

method Member.delete

delete()
Teams 에서 멤버를 제거합니다. Returns: 성공 여부를 나타내는 불리언(Boolean) 값