public class VectorServer extends Object
| Constructor and Description |
|---|
VectorServer() |
VectorServer(boolean isBatch) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getFeatureVector(FeatureView featureView,
Map<String,Object> entry) |
List<Object> |
getFeatureVector(FeatureView featureView,
Map<String,Object> entry,
boolean external) |
List<Object> |
getFeatureVector(TrainingDataset trainingDataset,
Map<String,Object> entry) |
List<Object> |
getFeatureVector(TrainingDataset trainingDataset,
Map<String,Object> entry,
boolean external) |
List<List<Object>> |
getFeatureVectors(FeatureView featureView,
Map<String,List<Object>> entry) |
List<List<Object>> |
getFeatureVectors(FeatureView featureView,
Map<String,List<Object>> entry,
boolean external) |
List<List<Object>> |
getFeatureVectors(TrainingDataset trainingDataset,
Map<String,List<Object>> entry) |
List<List<Object>> |
getFeatureVectors(TrainingDataset trainingDataset,
Map<String,List<Object>> entry,
boolean external) |
HashSet<String> |
getServingKeys() |
void |
initPreparedStatement(FeatureView featureView,
boolean batch) |
void |
initPreparedStatement(FeatureView featureView,
boolean batch,
boolean external) |
void |
initPreparedStatement(TrainingDataset trainingDataset,
boolean batch) |
void |
initPreparedStatement(TrainingDataset trainingDataset,
boolean batch,
boolean external) |
void |
initServing(FeatureView featureView,
boolean batch) |
void |
initServing(FeatureView featureView,
boolean batch,
boolean external) |
void |
initServing(TrainingDataset trainingDataset,
boolean batch) |
void |
initServing(TrainingDataset trainingDataset,
boolean batch,
boolean external) |
public VectorServer(boolean isBatch)
public VectorServer()
public List<Object> getFeatureVector(TrainingDataset trainingDataset, Map<String,Object> entry) throws SQLException, FeatureStoreException, IOException, ClassNotFoundException
public List<Object> getFeatureVector(TrainingDataset trainingDataset, Map<String,Object> entry, boolean external) throws SQLException, FeatureStoreException, IOException, ClassNotFoundException
public List<Object> getFeatureVector(FeatureView featureView, Map<String,Object> entry) throws FeatureStoreException, SQLException, IOException, ClassNotFoundException
public List<Object> getFeatureVector(FeatureView featureView, Map<String,Object> entry, boolean external) throws SQLException, FeatureStoreException, IOException, ClassNotFoundException
public List<List<Object>> getFeatureVectors(TrainingDataset trainingDataset, Map<String,List<Object>> entry) throws SQLException, FeatureStoreException, IOException, ClassNotFoundException
public List<List<Object>> getFeatureVectors(TrainingDataset trainingDataset, Map<String,List<Object>> entry, boolean external) throws SQLException, FeatureStoreException, IOException, ClassNotFoundException
public List<List<Object>> getFeatureVectors(FeatureView featureView, Map<String,List<Object>> entry) throws SQLException, FeatureStoreException, IOException, ClassNotFoundException
public List<List<Object>> getFeatureVectors(FeatureView featureView, Map<String,List<Object>> entry, boolean external) throws SQLException, FeatureStoreException, IOException, ClassNotFoundException
public void initServing(TrainingDataset trainingDataset, boolean batch) throws FeatureStoreException, IOException, SQLException, ClassNotFoundException
public void initServing(TrainingDataset trainingDataset, boolean batch, boolean external) throws FeatureStoreException, IOException, SQLException, ClassNotFoundException
public void initServing(FeatureView featureView, boolean batch) throws FeatureStoreException, IOException, SQLException, ClassNotFoundException
public void initServing(FeatureView featureView, boolean batch, boolean external) throws FeatureStoreException, IOException, SQLException, ClassNotFoundException
public void initPreparedStatement(TrainingDataset trainingDataset, boolean batch) throws FeatureStoreException, IOException, SQLException, ClassNotFoundException
public void initPreparedStatement(TrainingDataset trainingDataset, boolean batch, boolean external) throws FeatureStoreException, IOException, SQLException, ClassNotFoundException
public void initPreparedStatement(FeatureView featureView, boolean batch) throws FeatureStoreException, IOException, SQLException, ClassNotFoundException
public void initPreparedStatement(FeatureView featureView, boolean batch, boolean external) throws FeatureStoreException, IOException, SQLException, ClassNotFoundException
Copyright © 2023. All rights reserved.