Package | Description |
---|---|
com.logicalclocks.hsfs | |
com.logicalclocks.hsfs.engine | |
com.logicalclocks.hsfs.spark.engine |
Modifier and Type | Field and Description |
---|---|
protected List<TrainingDatasetFeature> |
FeatureViewBase.features |
protected List<TrainingDatasetFeature> |
TrainingDatasetBase.features |
Modifier and Type | Method and Description |
---|---|
static List<TrainingDatasetFeature> |
FeatureViewEngineBase.makeLabelFeatures(QueryBase query,
List<String> labels) |
Modifier and Type | Method and Description |
---|---|
Map<String,org.apache.avro.io.DatumReader<Object>> |
VectorServer.getComplexFeatureSchemas(List<TrainingDatasetFeature> features) |
void |
VectorServer.initPreparedStatement(FeatureStoreBase featureStoreBase,
List<TrainingDatasetFeature> features,
List<ServingPreparedStatement> servingPreparedStatements,
boolean batch,
boolean external) |
Modifier and Type | Method and Description |
---|---|
List<TrainingDatasetFeature> |
TrainingDatasetUtils.parseTrainingDatasetSchema(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> dataset) |
Modifier and Type | Method and Description |
---|---|
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> |
SparkEngine.castColumnType(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> dataset,
List<TrainingDatasetFeature> features) |
static void |
TrainingDatasetUtils.setLabelFeature(List<TrainingDatasetFeature> features,
List<String> labels) |
void |
TrainingDatasetUtils.trainingDatasetSchemaMatch(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> dataset,
List<TrainingDatasetFeature> features) |
Copyright © 2025. All rights reserved.