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 |