com.aliyun.openservices.paifeaturestore.domain.OnlineStore 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;
public interface OnlineStore {
String getDatasourceName();
String getTableName(FeatureView featureView);
String getSeqOfflineTableName(SequenceFeatureView sequenceFeatureView);
String getSeqOnlineTableName(SequenceFeatureView sequenceFeatureView);
}