fiftyone.core.map.typing¶
Miscellaneous types
Classes:
|
Type for sample collection |
-
class
fiftyone.core.map.typing.
SampleCollection
(*args, **kwargs)¶ Bases:
Protocol
[fiftyone.core.map.typing.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[bson.objectid.ObjectId]¶
-