FeatureServingEndpoint

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

Bases: databricks.ml_features_common.entities._feature_store_object._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])

Initialize self. See help(type(self)) for accurate signature.

state

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