메인 콘텐츠로 건너뛰기

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__

__init__(
    client: 'RetryingClient',
    project: 'Project',
    name: 'str | None' = None,
    entity: 'str | None' = None,
    per_page: 'int' = 50,
    service_api: 'ServiceApi'
)
매개변수:
  • 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).

속성 Reports.length


방법 Reports.convert_objects

convert_objects() → list[BetaReport]
GraphQL의 edge를 File 객체로 변환합니다.

방법 Reports.update_variables

update_variables() → None
페이지네이션용 GraphQL 쿼리 변수를 업데이트합니다.