hopsworks.core.search_api #
[source] FeatureGroupSearchResult #
Bases: SearchResultItem
Search result for a Feature Group.
Returned by
[source] FeatureViewSearchResult #
Bases: SearchResultItem
Search result for a Feature View.
Returned by
[source] FeaturestoreSearchResult #
Container for all featurestore search results.
Returned by
[source] feature_groups property #
feature_groups: list[FeatureGroupSearchResult]
List of Feature Group search results.
[source] feature_views property #
feature_views: list[FeatureViewSearchResult]
List of Feature View search results.
[source] training_datasets property #
training_datasets: list[TrainingDatasetSearchResult]
List of Training Dataset search results.
[source] feature_groups_offset property #
feature_groups_offset: int
Total offset for the return list of feature groups within the whole result.
[source] feature_views_offset property #
feature_views_offset: int
Total offset for the return list of feature views within the whole result.
[source] training_datasets_offset property #
training_datasets_offset: int
Total offset for the return list of training datasets within the whole result.
[source] features_offset property #
features_offset: int
Total offset for the return list of features within the whole result.
[source] feature_groups_total property #
feature_groups_total: int
Total number of Feature Groups matching the search.
[source] feature_views_total property #
feature_views_total: int
Total number of Feature Views matching the search.