Bidirectional streaming RPC to fetch feature values under a FeatureView. Requests may not have a one-to-one mapping to responses and responses may be returned out-of-order to reduce latency.
Endpoint
posthttps://{endpoint}/v1beta1/{featureView}:streamingFetchFeatureValues
Where {service-endpoint}
is one of the supported service endpoints.
Path parameters
featureView
string
Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
Request body
The request body contains data with the following structure:
Specify response data format. If not set, keyvalue format will be used.
Response body
Response message for FeatureOnlineStoreService.StreamingFetchFeatureValues
.
If successful, the response body contains data with the following structure:
Response status. If OK, then StreamingFetchFeatureValuesResponse.data
will be populated. Otherwise StreamingFetchFeatureValuesResponse.data_keys_with_error
will be populated with the appropriate data keys. The error only applies to the listed data keys - the stream will remain open for further [FeatureOnlineStoreService.StreamingFetchFeatureValuesRequest][] requests.
JSON representation |
---|
{ "status": { object ( |