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

Method schema

sdk/python/feast/feature_view.py:430–431  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

428
429 @property
430 def schema(self) -> List[Field]:
431 return list(set(self.entity_columns + self.features))
432
433 def ensure_valid(self):
434 """

Calls

no outgoing calls