Class protos.google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService (3.13.0)

Represents a FeatureOnlineStoreService

Inheritance

$protobuf.rpc.Service > protos.google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService

Package

@google-cloud/aiplatform

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);

Constructs a new FeatureOnlineStoreService service.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Methods

create(rpcImpl, requestDelimited, responseDelimited)

public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): FeatureOnlineStoreService;

Creates new FeatureOnlineStoreService service using the specified rpc implementation.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
TypeDescription
FeatureOnlineStoreService

RPC service. Useful where requests and/or responses are streamed.

fetchFeatureValues(request, callback)

public fetchFeatureValues(request: google.cloud.aiplatform.v1beta1.IFetchFeatureValuesRequest, callback: google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.FetchFeatureValuesCallback): void;

Calls FetchFeatureValues.

Parameters
NameDescription
request IFetchFeatureValuesRequest

FetchFeatureValuesRequest message or plain object

callback FetchFeatureValuesCallback

Node-style callback called with the error, if any, and FetchFeatureValuesResponse

Returns
TypeDescription
void

fetchFeatureValues(request)

public fetchFeatureValues(request: google.cloud.aiplatform.v1beta1.IFetchFeatureValuesRequest): Promise<google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse>;

Calls FetchFeatureValues.

Parameter
NameDescription
request IFetchFeatureValuesRequest

FetchFeatureValuesRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse>

Promise

searchNearestEntities(request, callback)

public searchNearestEntities(request: google.cloud.aiplatform.v1beta1.ISearchNearestEntitiesRequest, callback: google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.SearchNearestEntitiesCallback): void;

Calls SearchNearestEntities.

Parameters
NameDescription
request ISearchNearestEntitiesRequest

SearchNearestEntitiesRequest message or plain object

callback SearchNearestEntitiesCallback

Node-style callback called with the error, if any, and SearchNearestEntitiesResponse

Returns
TypeDescription
void

searchNearestEntities(request)

public searchNearestEntities(request: google.cloud.aiplatform.v1beta1.ISearchNearestEntitiesRequest): Promise<google.cloud.aiplatform.v1beta1.SearchNearestEntitiesResponse>;

Calls SearchNearestEntities.

Parameter
NameDescription
request ISearchNearestEntitiesRequest

SearchNearestEntitiesRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.aiplatform.v1beta1.SearchNearestEntitiesResponse>

Promise