class documentation

class FiftyOneDataset(Dataset): (source)

View In Hierarchy

A disk representation of an entire fiftyone.core.dataset.Dataset stored on disk in a serialized JSON format along with its source media.

See :ref:`this page <FiftyOneDataset-import>` for importing datasets of this type, and see :ref:`this page <FiftyOneDataset-export>` for exporting datasets of this type.

Method get_dataset_exporter_cls Returns the fiftyone.utils.data.exporters.DatasetExporter class for exporting datasets of this type to disk.
Method get_dataset_importer_cls Returns the fiftyone.utils.data.importers.DatasetImporter class for importing datasets of this type from disk.
def get_dataset_exporter_cls(self): (source)
def get_dataset_importer_cls(self): (source)