fiftyone.core.map.typing#

Miscellaneous types

Copyright 2017-2025, Voxel51, Inc.

Classes:

SampleCollection(*args, **kwargs)

Type for sample collection

class fiftyone.core.map.typing.SampleCollection(*args, **kwargs)#

Bases: Protocol[T]

Type for sample collection

Methods:

iter_samples(*args, **kwargs)

values(key[, _enforce_natural_order])

iter_samples(*args, **kwargs) Iterator[T]#
values(key: Literal['id'], _enforce_natural_order: bool = False) List[ObjectId]#