Class StreamingFetchFeatureValuesResponse (1.48.0)

StreamingFetchFeatureValuesResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for FeatureOnlineStoreService.StreamingFetchFeatureValues.

Attribute

NameDescription
status google.rpc.status_pb2.Status
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.

Methods

StreamingFetchFeatureValuesResponse

StreamingFetchFeatureValuesResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for FeatureOnlineStoreService.StreamingFetchFeatureValues.