Class SearchNearestEntitiesRequest (1.48.0)

SearchNearestEntitiesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The request message for FeatureOnlineStoreService.SearchNearestEntities.

Attributes

NameDescription
feature_view str
Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
query google.cloud.aiplatform_v1beta1.types.NearestNeighborQuery
Required. The query.
return_full_entity bool
Optional. If set to true, the full entities (including all vector values and metadata) of the nearest neighbors are returned; otherwise only entity id of the nearest neighbors will be returned. Note that returning full entities will significantly increase the latency and cost of the query.

Methods

SearchNearestEntitiesRequest

SearchNearestEntitiesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The request message for FeatureOnlineStoreService.SearchNearestEntities.