hsfs.training_dataset_feature #
TrainingDatasetFeature #
name property #
Name of the feature.
type property #
Data type of the feature in the feature store.
Not a Python type
This type property is not to be confused with Python types. The type property represents the actual data type of the feature in the feature store.
index property #
Index of the feature in the training dataset, required to restore the correct order of features.
label property writable #
Indicator if the feature is part of the prediction label.
inference_helper_column property writable #
Indicator if it is feature.
on_demand_transformation_function property #
on_demand_transformation_function: TransformationFunction
Whether the feature is a on-demand feature computed using on-demand transformation functions.
training_helper_column property writable #
Indicator if it is feature.