Interface FeaturestoreOnlineServingServiceGrpc.AsyncService

    • Method Detail

      • readFeatureValues

        default 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

        default 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

        default 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.