Skip to content

hopsworks.core.search_api #

[source] SearchApi #

[source] FeatureGroupSearchResult #

Bases: SearchResultItem

Search result for a Feature Group.

[source] FeatureSearchResult #

Bases: SearchResultItem

Search result for a Feature.

[source] FeatureViewSearchResult #

Bases: SearchResultItem

Search result for a Feature View.

[source] FeaturestoreSearchResult #

Container for all featurestore search results.

[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] features property #

List of Feature 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.

[source] training_datasets_total property #

training_datasets_total: int

Total number of Training Datasets matching the search.

[source] features_total property #

features_total: int

Total number of Features matching the search.

[source] TrainingDatasetSearchResult #

Bases: SearchResultItem

Search result for a Training Dataset.