Cloud AI Platform v1 API - Class FeatureOnlineStoreService.FeatureOnlineStoreServiceBase (2.27.0)

[BindServiceMethod(typeof(FeatureOnlineStoreService), "BindService")]
public abstract class FeatureOnlineStoreService.FeatureOnlineStoreServiceBase

Reference documentation and code samples for the Cloud AI Platform v1 API class FeatureOnlineStoreService.FeatureOnlineStoreServiceBase.

Base class for server-side implementations of FeatureOnlineStoreService

Inheritance

object > FeatureOnlineStoreService.FeatureOnlineStoreServiceBase

Namespace

Google.Cloud.AIPlatform.V1

Assembly

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
NameDescription
requestFetchFeatureValuesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
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
NameDescription
requestSearchNearestEntitiesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskSearchNearestEntitiesResponse

The response to send back to the client (wrapped by a task).