Feature Spec Info
- class databricks.ml_features.entities.feature_spec_info.FeatureSpecInfo(name, creator, creation_timestamp_ms)
Bases:
_FeatureStoreObjectNote
Aliases:
databricks.feature_engineering.entities.feature_spec_info.FeatureSpecInfo,databricks.feature_store.entities.feature_spec_info.FeatureSpecInfoValue class describing a feature spec.
This will typically not be instantiated directly, instead the
create_feature_spec()will createFeatureSpecInfoobjects.