View source on GitHub
|
Abstract base class for feature types.
tfds.features.FeatureConnector(
*, doc: DocArg = None
)
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:
View source on GitHub