module documentation
Mixins and helpers for dataset backing documents.
Class |
|
Mixin interface for fiftyone.core.odm.document.Document subclasses that are backed by a dataset. |
Class |
|
Mixin for fiftyone.core.odm.document.SerializableDocument subtypes that are not backed by a dataset. |
Function | get |
Gets the default fields present on all instances of the given DatasetMixin class. |
Variable | fod |
Undocumented |
Variable | fog |
Undocumented |
Function | _add |
Undocumented |
Function | _delete |
Undocumented |
Function | _get |
Undocumented |
Function | _get |
Undocumented |
Function | _parse |
Undocumented |
Function | _remove |
Undocumented |
Function | _split |
Undocumented |
Function | _update |
Undocumented |
Gets the default fields present on all instances of the given
DatasetMixin
class.
Parameters | |
cls | the DatasetMixin class |
includeFalse | whether to include fields starting with _ |
useFalse | whether to return database fields rather than user-facing fields, when applicable |
Returns | |
a tuple of field names |