본문으로 건너뛰기

Runs

프로젝트와 선택적 필터와 관련된 runs의 반복 가능한 컬렉션입니다.

Runs(
client: "RetryingClient",
entity: str,
project: str,
filters: Optional[Dict[str, Any]] = None,
order: Optional[str] = None,
per_page: int = 50,
include_sweeps: bool = (True)
)

이는 일반적으로 Api.runs 메소드를 통해 간접적으로 사용됩니다.

Attributes

메소드

convert_objects

소스 보기

convert_objects()

next

소스 보기

next()

update_variables

소스 보기

update_variables()

__getitem__

소스 보기

__getitem__(
index
)

__iter__

소스 보기

__iter__()

__len__

소스 보기

__len__()
Class Variables
QUERY
Was this page helpful?👍👎