public static final class FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub extends io.grpc.stub.AbstractFutureStub<FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub>
A service for serving online feature values.
| Modifier and Type | Method and Description |
|---|---|
protected FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ReadFeatureValuesResponse> |
readFeatureValues(ReadFeatureValuesRequest request)
Reads Feature values of a specific entity of an EntityType.
|
com.google.common.util.concurrent.ListenableFuture<WriteFeatureValuesResponse> |
writeFeatureValues(WriteFeatureValuesRequest request)
Writes Feature values of one or more entities of an EntityType.
|
protected FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub>public com.google.common.util.concurrent.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.
public com.google.common.util.concurrent.ListenableFuture<WriteFeatureValuesResponse> writeFeatureValues(WriteFeatureValuesRequest request)
Writes Feature values of one or more entities of an EntityType. The Feature values are merged into existing entities if any. The Feature values to be written must have timestamp within the online storage retention.
Copyright © 2024 Google LLC. All rights reserved.