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

Method get_online_features_async

sdk/python/feast/infra/provider.py:324–337  ·  view source on GitHub ↗
(
        self,
        config: RepoConfig,
        features: Union[List[str], FeatureService],
        entity_rows: Union[
            List[Dict[str, Any]],
            Mapping[str, Union[Sequence[Any], Sequence[ValueProto], RepeatedValue]],
        ],
        registry: BaseRegistry,
        project: str,
        full_feature_names: bool = False,
        include_feature_view_version_metadata: bool = False,
    )

Source from the content-addressed store, hash-verified

322
323 @abstractmethod
324 async def get_online_features_async(
325 self,
326 config: RepoConfig,
327 features: Union[List[str], FeatureService],
328 entity_rows: Union[
329 List[Dict[str, Any]],
330 Mapping[str, Union[Sequence[Any], Sequence[ValueProto], RepeatedValue]],
331 ],
332 registry: BaseRegistry,
333 project: str,
334 full_feature_names: bool = False,
335 include_feature_view_version_metadata: bool = False,
336 ) -> OnlineResponse:
337 pass
338
339 @abstractmethod
340 async def online_read_async(

Callers 1

get_online_featuresFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected