FeatureServingEndpoint

class databricks.ml_features.entities.feature_serving_endpoint.FeatureServingEndpoint(name: str, creator: str, creation_time_millis: int, state: Dict[str, str])

Bases: _FeatureStoreObject

Note

Aliases: databricks.feature_engineering.entities.feature_serving_endpoint.FeatureServingEndpoint, databricks.feature_store.entities.feature_serving_endpoint.FeatureServingEndpoint

__init__(name: str, creator: str, creation_time_millis: int, state: Dict[str, str])
property state: Dict[str, str]

The state of the endpoint. Value could be READY, FAILED or IN_PROGRESS.