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