com.aliyun.openservices.paifeaturestore.domain.FeatureStoreResult 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
The newest version!
package com.aliyun.openservices.paifeaturestore.domain;
import com.aliyun.openservices.paifeaturestore.constants.FSType;
import java.sql.Timestamp;
import java.util.List;
import java.util.Map;
public class FeatureStoreResult implements FeatureResult {
private int currentRow = -1;
private String[] featureFields;
private Map featureFieldTypeMap;
private List