MCPcopy
hub / github.com/feast-dev/feast / to_dict

Method to_dict

sdk/python/feast/table_format.py:379–386  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

377 )
378
379 def to_dict(self) -> Dict:
380 return {
381 "format_type": self.format_type.value,
382 "table_type": self.table_type,
383 "record_key": self.record_key,
384 "precombine_field": self.precombine_field,
385 "properties": self.properties,
386 }
387
388 @classmethod
389 def from_dict(cls, data: Dict) -> "HudiFormat":

Callers 15

registry_dumpFunction · 0.45
get_online_labelsFunction · 0.45
list_labelsFunction · 0.45
label_qualityFunction · 0.45
export_training_datasetFunction · 0.45
retrieveMethod · 0.45
test_universal_cliFunction · 0.45
_materialize_and_assertFunction · 0.45

Calls

no outgoing calls