FeatureServingEndpoint

class databricks.feature_store.entities.feature_serving_endpoint.FeatureServingEndpoint(name: str, creator: str, creation_time_millis: int, state: str)

Bases: databricks.feature_store.entities._feature_store_object._FeatureStoreObject

__init__(name: str, creator: str, creation_time_millis: int, state: str)

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

state

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