Package com.linkedin.feathr.common
Class TaggedFeatureUtils
java.lang.Object
com.linkedin.feathr.common.TaggedFeatureUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic TaggedFeatureNameapplyStringTags(ErasedEntityTaggedFeature input, List<String> keyNames) Deprecated.static voidcheckArgument(Boolean value) static ErasedEntityTaggedFeatureeraseStringTags(TaggedFeatureName input, List<String> keyNames) static TaggedFeatureNamegetTaggedFeatureNameFromStringTags(ErasedEntityTaggedFeature input, List<String> keyNames)
-
Method Details
-
checkArgument
-
eraseStringTags
public static ErasedEntityTaggedFeature eraseStringTags(TaggedFeatureName input, List<String> keyNames) -
applyStringTags
@Deprecated public static TaggedFeatureName applyStringTags(ErasedEntityTaggedFeature input, List<String> keyNames) Deprecated. -
getTaggedFeatureNameFromStringTags
public static TaggedFeatureName getTaggedFeatureNameFromStringTags(ErasedEntityTaggedFeature input, List<String> keyNames)
-