MCPcopy Index your code
hub / github.com/feast-dev/feast / FeatureViewMissingDuringFeatureServiceInference

Class FeatureViewMissingDuringFeatureServiceInference

sdk/python/feast/errors.py:429–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427
428
429class FeatureViewMissingDuringFeatureServiceInference(FeastError):
430 def __init__(self, feature_view_name: str, feature_service_name: str):
431 super().__init__(
432 f"Missing {feature_view_name} feature view during inference for {feature_service_name} feature service."
433 )
434
435
436class InvalidEntityType(FeastError):

Callers 1

infer_featuresMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected