tfds.features.FeatureConnector

Abstract base class for feature types.

This class provides an interface between the way the information is stored on disk, and the way it is presented to the user.

Here is a diagram on how FeatureConnector methods fit into the data generation/reading: