public class VectorServer extends Object
Constructor and Description |
---|
VectorServer(boolean isBatch) |
public List<Object> getFeatureVector(TrainingDatasetBase trainingDatasetBase, Map<String,Object> entry) throws SQLException, FeatureStoreException, IOException, ClassNotFoundException
public List<Object> getFeatureVector(TrainingDatasetBase trainingDatasetBase, Map<String,Object> entry, boolean external) throws SQLException, FeatureStoreException, IOException, ClassNotFoundException
public List<Object> getFeatureVector(FeatureViewBase featureViewBase, Map<String,Object> entry) throws FeatureStoreException, SQLException, IOException, ClassNotFoundException
public List<Object> getFeatureVector(FeatureViewBase featureViewBase, Map<String,Object> entry, boolean external) throws SQLException, FeatureStoreException, IOException, ClassNotFoundException
public List<List<Object>> getFeatureVectors(TrainingDatasetBase trainingDatasetBase, Map<String,List<Object>> entry) throws SQLException, FeatureStoreException, IOException, ClassNotFoundException
public List<List<Object>> getFeatureVectors(TrainingDatasetBase trainingDatasetBase, Map<String,List<Object>> entry, boolean external) throws SQLException, FeatureStoreException, IOException, ClassNotFoundException
public List<List<Object>> getFeatureVectors(FeatureViewBase featureViewBase, Map<String,List<Object>> entry) throws SQLException, FeatureStoreException, IOException, ClassNotFoundException
public List<List<Object>> getFeatureVectors(FeatureViewBase featureViewBase, Map<String,List<Object>> entry, boolean external) throws SQLException, FeatureStoreException, IOException, ClassNotFoundException
public void initServing(TrainingDatasetBase trainingDatasetBase, boolean batch) throws FeatureStoreException, IOException, SQLException, ClassNotFoundException
public void initServing(FeatureViewBase featureViewBase, boolean batch) throws FeatureStoreException, IOException, SQLException, ClassNotFoundException
public void initServing(FeatureViewBase featureViewBase, boolean batch, boolean external) throws FeatureStoreException, IOException, SQLException, ClassNotFoundException
public void initPreparedStatement(TrainingDatasetBase trainingDatasetBase, boolean batch) throws FeatureStoreException, IOException, SQLException, ClassNotFoundException
public void initPreparedStatement(TrainingDatasetBase trainingDatasetBase, boolean batch, boolean external) throws FeatureStoreException, IOException, SQLException, ClassNotFoundException
public void initPreparedStatement(FeatureViewBase featureViewBase, boolean batch) throws FeatureStoreException, IOException, SQLException, ClassNotFoundException
public void initPreparedStatement(FeatureViewBase featureViewBase, boolean batch, boolean external) throws FeatureStoreException, IOException, SQLException, ClassNotFoundException
Copyright © 2023. All rights reserved.