Skip to main content

Runs

An iterable collection of runs associated with a project and optional filter.

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)
)

This is generally used indirectly via the Api.runs method.

Attributes

Methods

convert_objects

View source

convert_objects()

next

View source

next()

update_variables

View source

update_variables()

__getitem__

View source

__getitem__(
index
)

__iter__

View source

__iter__()

__len__

View source

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