[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-02 UTC."],[],[],null,["# tfm.core.tf_example_feature_key.TfExampleFeatureKeyBase\n\n\u003cbr /\u003e\n\n|----------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/models/blob/v2.15.0/official/core/tf_example_feature_key.py#L28-L62) |\n\nBase dataclass for defining tf.Example proto feature keys. \n\n tfm.core.tf_example_feature_key.TfExampleFeatureKeyBase(\n prefix: Optional[str] = None\n )\n\nThis class defines the logic of adding prefix to feature keys. Subclasses\nwill define feature keys for a specific feature type in data fields.\n| **Note:** Please follow subclass examples in this module to define feature keys for a new feature type.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|----------|---------------------------------------------------------------------------------------------|\n| `prefix` | A prefix string that will be added before the feature key string with a trailing slash '/'. |\n\n\u003cbr /\u003e\n\nMethods\n-------\n\n### `__eq__`\n\n __eq__(\n other\n )"]]