module documentation

Defines the shared state between the FiftyOne App and backend.

Copyright 2017-2025, Voxel51, Inc.

Class SampleField Undocumented
Class StateDescription Class that describes the shared state between the FiftyOne App and a corresponding fiftyone.core.session.Session.
Function build_color_scheme Undocumented
Function serialize_fields Undocumented
Variable logger Undocumented
Function _convert_mongoengine_data Undocumented
def build_color_scheme(color_scheme: foo.ColorScheme | None = None, dataset: fod.Dataset | None = None, app_config: AppConfig | None = None) -> foo.ColorScheme: (source)

Undocumented

def serialize_fields(schema: dict) -> list[SampleField]: (source)

Undocumented

Undocumented

def _convert_mongoengine_data(data): (source)

Undocumented