com.aliyun.openservices.paifeaturestore.domain.IFeatureView Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paifeaturestore-sdk Show documentation
Show all versions of paifeaturestore-sdk Show documentation
SDK for PAI-FeatureStore service
package com.aliyun.openservices.paifeaturestore.domain;
import com.aliyun.openservices.paifeaturestore.model.FeatureView;
import java.util.List;
import java.util.Map;
public interface IFeatureView {
FeatureResult getOnlineFeatures(String[] joinIds) throws Exception;
FeatureResult getOnlineFeatures(String[] joinIds,String[] features, Map aliasFields) throws Exception;
String getName();
String getFeatureEntityName();
String getType();
FeatureView getFeatureView();
FeatureEntity getFeatureEntity();
// write features to featurestore online table, only support featuredb
void writeFeatures(List