Package com.google.cloud.aiplatform.v1
Class FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub>
-
- com.google.cloud.aiplatform.v1.FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub
-
- Enclosing class:
- FeaturestoreOnlineServingServiceGrpc
public static final class FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub extends io.grpc.stub.AbstractFutureStub<FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service FeaturestoreOnlineServingService.A service for serving online feature values.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
build
protected FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub>
-
readFeatureValues
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.
-
writeFeatureValues
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.
-
-