MCPcopy Create free account
hub / github.com/feast-dev/feast / schema

Method schema

sdk/python/feast/labeling/label_view.py:248–250  ·  view source on GitHub ↗

The full schema including both entity columns and label columns.

(self)

Source from the content-addressed store, hash-verified

246
247 @property
248 def schema(self) -> List[Field]:
249 """The full schema including both entity columns and label columns."""
250 return list(set(self.entity_columns + self.features))
251
252 @property
253 def batch_source(self) -> Optional[DataSource]:

Callers 3

run_demoFunction · 0.45
bootstrapFunction · 0.45
map_to_record_batchFunction · 0.45

Calls

no outgoing calls

Tested by 1

run_demoFunction · 0.36