Package com.google.cloud.aiplatform.v1
Class FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceStub>
-
- com.google.cloud.aiplatform.v1.FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceStub
-
- Enclosing class:
- FeaturestoreOnlineServingServiceGrpc
public static final class FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceStub extends io.grpc.stub.AbstractAsyncStub<FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceStub>
A stub to allow clients to do asynchronous 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.FeaturestoreOnlineServingServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
readFeatureValues(ReadFeatureValuesRequest request, io.grpc.stub.StreamObserver<ReadFeatureValuesResponse> responseObserver)
Reads Feature values of a specific entity of an EntityType.void
streamingReadFeatureValues(StreamingReadFeatureValuesRequest request, io.grpc.stub.StreamObserver<ReadFeatureValuesResponse> responseObserver)
Reads Feature values for multiple entities.void
writeFeatureValues(WriteFeatureValuesRequest request, io.grpc.stub.StreamObserver<WriteFeatureValuesResponse> responseObserver)
Writes Feature values of one or more entities of an EntityType.
-
-
-
Method Detail
-
build
protected FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceStub>
-
readFeatureValues
public void readFeatureValues(ReadFeatureValuesRequest request, io.grpc.stub.StreamObserver<ReadFeatureValuesResponse> responseObserver)
Reads Feature values of a specific entity of an EntityType. For reading feature values of multiple entities of an EntityType, please use StreamingReadFeatureValues.
-
streamingReadFeatureValues
public void streamingReadFeatureValues(StreamingReadFeatureValuesRequest request, io.grpc.stub.StreamObserver<ReadFeatureValuesResponse> responseObserver)
Reads Feature values for multiple entities. Depending on their size, data for different entities may be broken up across multiple responses.
-
writeFeatureValues
public void writeFeatureValues(WriteFeatureValuesRequest request, io.grpc.stub.StreamObserver<WriteFeatureValuesResponse> responseObserver)
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.
-
-