tfm.core.tf_example_feature_key.TfExampleFeatureKeyBase

Base dataclass for defining tf.Example proto feature keys.

This class defines the logic of adding prefix to feature keys. Subclasses will define feature keys for a specific feature type in data fields.

prefix A prefix string that will be added before the feature key string with a trailing slash '/'.

Methods

__eq__