public static interface FeatureOnlineStoreServiceGrpc.AsyncService
| Modifier and Type | Method and Description |
|---|---|
default void |
fetchFeatureValues(FetchFeatureValuesRequest request,
io.grpc.stub.StreamObserver<FetchFeatureValuesResponse> responseObserver)
Fetch feature values under a FeatureView.
|
default void |
searchNearestEntities(SearchNearestEntitiesRequest request,
io.grpc.stub.StreamObserver<SearchNearestEntitiesResponse> responseObserver)
Search the nearest entities under a FeatureView.
|
default void fetchFeatureValues(FetchFeatureValuesRequest request, io.grpc.stub.StreamObserver<FetchFeatureValuesResponse> responseObserver)
Fetch feature values under a FeatureView.
default void searchNearestEntities(SearchNearestEntitiesRequest request, io.grpc.stub.StreamObserver<SearchNearestEntitiesResponse> responseObserver)
Search the nearest entities under a FeatureView. Search only works for indexable feature view; if a feature view isn't indexable, returns Invalid argument response.
Copyright © 2024 Google LLC. All rights reserved.