コード例 #1
0
 def init(self, all_data):
     return self.store.init(
         _FeatureStoreDataSetSorter.sort_all_collections(all_data))
コード例 #2
0
ファイル: client.py プロジェクト: rrhodes/python-server-sdk
 def init(self, all_data: Mapping[VersionedDataKind,
                                  Mapping[str, Dict[Any, Any]]]):
     return self.store.init(
         _FeatureStoreDataSetSorter.sort_all_collections(all_data))