Class FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub (3.4.2)

public static final class FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub extends AbstractFutureStub<FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub>

A service for serving online feature values.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

readFeatureValues(ReadFeatureValuesRequest request)

public ListenableFuture<ReadFeatureValuesResponse> readFeatureValues(ReadFeatureValuesRequest request)

Reads Feature values of a specific entity of an EntityType. For reading feature values of multiple entities of an EntityType, please use StreamingReadFeatureValues.

Parameter
NameDescription
requestReadFeatureValuesRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ReadFeatureValuesResponse>