public class FeatureViewApi extends Object
| Constructor and Description |
|---|
FeatureViewApi() |
public FeatureView save(FeatureView featureView) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic FeatureView get(FeatureStore featureStore, String name, Integer version) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic List<FeatureView> get(FeatureStore featureStore, String name) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic FeatureView update(FeatureView featureView) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic void delete(FeatureStore featureStore, String name, Integer version) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic void delete(FeatureStore featureStore, String name) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic List<TransformationFunctionAttached> getTransformationFunctions(FeatureView featureView) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic List<ServingPreparedStatement> getServingPreparedStatement(FeatureView featureView, boolean batch) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic TrainingDataset createTrainingData(String featureViewName, Integer featureViewVersion, TrainingDataset trainingData) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic TrainingDataset getTrainingData(FeatureStore featureStore, String featureViewName, Integer featureViewVersion, Integer trainingDataVersion) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic void deleteTrainingData(FeatureStore featureStore, String featureViewName, Integer featureViewVersion, Integer trainingDataVersion) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic void deleteTrainingData(FeatureStore featureStore, String name, Integer version) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic void deleteTrainingDatasetOnly(FeatureStore featureStore, String name, Integer version, Integer trainingDataVersion) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic void deleteTrainingDatasetOnly(FeatureStore featureStore, String name, Integer version) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic Query getBatchQuery(FeatureStore featureStore, String name, Integer version, Long startTime, Long endTime, Boolean withLabels, Integer trainingDataVersion) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionCopyright © 2023. All rights reserved.