public static final class FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceBlockingStub>
| Modifier and Type | Method and Description |
|---|---|
protected FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
FetchFeatureValuesResponse |
fetchFeatureValues(FetchFeatureValuesRequest request)
Fetch feature values under a FeatureView.
|
SearchNearestEntitiesResponse |
searchNearestEntities(SearchNearestEntitiesRequest request)
Search the nearest entities under a FeatureView.
|
protected FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceBlockingStub>public FetchFeatureValuesResponse fetchFeatureValues(FetchFeatureValuesRequest request)
Fetch feature values under a FeatureView.
public SearchNearestEntitiesResponse searchNearestEntities(SearchNearestEntitiesRequest request)
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.