[BindServiceMethod(typeof(FeatureOnlineStoreService), "BindService")]
public abstract class FeatureOnlineStoreService.FeatureOnlineStoreServiceBaseReference documentation and code samples for the Cloud AI Platform v1 API class FeatureOnlineStoreService.FeatureOnlineStoreServiceBase.
Base class for server-side implementations of FeatureOnlineStoreService
Namespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Methods
FetchFeatureValues(FetchFeatureValuesRequest, ServerCallContext)
public virtual Task<FetchFeatureValuesResponse> FetchFeatureValues(FetchFeatureValuesRequest request, ServerCallContext context)Fetch feature values under a FeatureView.
| Parameters | |
|---|---|
| Name | Description |
request |
FetchFeatureValuesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskFetchFeatureValuesResponse |
The response to send back to the client (wrapped by a task). |
SearchNearestEntities(SearchNearestEntitiesRequest, ServerCallContext)
public virtual Task<SearchNearestEntitiesResponse> SearchNearestEntities(SearchNearestEntitiesRequest request, ServerCallContext context)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.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchNearestEntitiesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSearchNearestEntitiesResponse |
The response to send back to the client (wrapped by a task). |