Package com.linkedin.feathr.common
Class TaggedFeatureName
java.lang.Object
com.linkedin.feathr.common.TaggedFeatureName
- All Implemented Interfaces:
Serializable
A tuple of (key tag, feature name)
Essentially this is a feature name annotated with info on how we plan to query it.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaggedFeatureName(String keyTag, String featureName) TaggedFeatureName(List<String> keyTag, String featureName) -
Method Summary