Cloud AI Platform v1 API - Class FeatureOnlineStoreService.FeatureOnlineStoreServiceBase (2.21.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).