Class TaggedFeatureName

java.lang.Object
com.linkedin.feathr.common.TaggedFeatureName
All Implemented Interfaces:
Serializable

public class TaggedFeatureName extends Object implements 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 Details

    • TaggedFeatureName

      public TaggedFeatureName(List<String> keyTag, String featureName)
    • TaggedFeatureName

      public TaggedFeatureName(String keyTag, String featureName)
  • Method Details