module documentation

FiftyOne Server dataloader

Copyright 2017-2025, Voxel51, Inc.

Class DataLoaderConfig Undocumented
Function get_dataloader Undocumented
Function get_dataloader_resolver Undocumented
Variable dataloaders Undocumented
def get_dataloader(cls: type[T], config: DataLoaderConfig, db: mtr.AsyncIOMotorDatabase) -> DataLoader[str, T | None]: (source)

Undocumented

def get_dataloader_resolver(cls: type[T], collection: str, key: str, filters: list[dict], projections: dict | None = None) -> t.Callable[[str, Info], t.Coroutine[t.Any, t.Any, T | None]]: (source)

Undocumented

Undocumented