Package com.logicalclocks.hsfs.metadata
Class StatisticsApi
java.lang.Object
com.logicalclocks.hsfs.metadata.StatisticsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(FeatureGroupBase featureGroup, String commitTime) get(TrainingDatasetBase trainingDatasetBase, String commitTime) getLast(FeatureGroupBase featureGroup) getLast(TrainingDatasetBase trainingDatasetBase) post(FeatureGroupBase featureGroup, Statistics statistics) post(FeatureViewBase featureViewBase, Integer trainingDataVersion, Statistics statistics) post(TrainingDatasetBase trainingDatasetBase, Statistics statistics)
-
Constructor Details
-
StatisticsApi
-
-
Method Details
-
post
public Statistics post(FeatureGroupBase featureGroup, Statistics statistics) throws FeatureStoreException, IOException - Throws:
FeatureStoreExceptionIOException
-
post
public Statistics post(TrainingDatasetBase trainingDatasetBase, Statistics statistics) throws FeatureStoreException, IOException - Throws:
FeatureStoreExceptionIOException
-
post
public Statistics post(FeatureViewBase featureViewBase, Integer trainingDataVersion, Statistics statistics) throws FeatureStoreException, IOException - Throws:
FeatureStoreExceptionIOException
-
get
public Statistics get(FeatureGroupBase featureGroup, String commitTime) throws FeatureStoreException, IOException - Throws:
FeatureStoreExceptionIOException
-
get
public Statistics get(TrainingDatasetBase trainingDatasetBase, String commitTime) throws FeatureStoreException, IOException - Throws:
FeatureStoreExceptionIOException
-
getLast
- Throws:
FeatureStoreExceptionIOException
-
getLast
public Statistics getLast(TrainingDatasetBase trainingDatasetBase) throws FeatureStoreException, IOException - Throws:
FeatureStoreExceptionIOException
-