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

Method retrieve_saved_dataset

sdk/python/feast/infra/provider.py:364–377  ·  view source on GitHub ↗

Reads a saved dataset. Args: config: The config for the current feature store. dataset: A SavedDataset object containing all parameters necessary for retrieving the dataset. Returns: A RetrievalJob that can be executed to get the saved d

(
        self, config: RepoConfig, dataset: SavedDataset
    )

Source from the content-addressed store, hash-verified

362
363 @abstractmethod
364 def retrieve_saved_dataset(
365 self, config: RepoConfig, dataset: SavedDataset
366 ) -> RetrievalJob:
367 """
368 Reads a saved dataset.
369
370 Args:
371 config: The config for the current feature store.
372 dataset: A SavedDataset object containing all parameters necessary for retrieving the dataset.
373
374 Returns:
375 A RetrievalJob that can be executed to get the saved dataset.
376 """
377 pass
378
379 @abstractmethod
380 def write_feature_service_logs(

Callers 2

create_saved_datasetMethod · 0.45
get_saved_datasetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected