public static final class FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceBlockingStub>
A service for serving online feature values.
| Modifier and Type | Method and Description |
|---|---|
protected FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
ReadFeatureValuesResponse |
readFeatureValues(ReadFeatureValuesRequest request)
Reads Feature values of a specific entity of an EntityType.
|
Iterator<ReadFeatureValuesResponse> |
streamingReadFeatureValues(StreamingReadFeatureValuesRequest request)
Reads Feature values for multiple entities.
|
WriteFeatureValuesResponse |
writeFeatureValues(WriteFeatureValuesRequest request)
Writes Feature values of one or more entities of an EntityType.
|
protected FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceBlockingStub>public 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 Iterator<ReadFeatureValuesResponse> streamingReadFeatureValues(StreamingReadFeatureValuesRequest request)
Reads Feature values for multiple entities. Depending on their size, data for different entities may be broken up across multiple responses.
public 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.