Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-docs-2658.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class Reports
Reports는 BetaReport 객체를 순회하는 lazy 이터레이터입니다.
방법 Reports.__init__
client: API 호환성을 위해 유지되는 레거시 GraphQL 클라이언트입니다.service_api: 이 컬렉션에 대해 W&B API Call을 수행하는 wandb-core 서비스 인터페이스입니다.project(wandb.sdk.internal.Project): Reports를 가져올 프로젝트입니다.name(str, 선택): 필터링할 Reports의 이름입니다.None이면 모든 Reports를 가져옵니다.entity(str, 선택): 프로젝트의 entity 이름입니다. 기본값은 프로젝트의 entity입니다.per_page(int): 페이지당 가져올 Reports 수입니다(기본값: 50).