Esempio n. 1
0
 def init(self, all_data):
     return self.store.init(
         _FeatureStoreDataSetSorter.sort_all_collections(all_data))
Esempio n. 2
0
 def init(self, all_data: Mapping[VersionedDataKind,
                                  Mapping[str, Dict[Any, Any]]]):
     return self.store.init(
         _FeatureStoreDataSetSorter.sort_all_collections(all_data))