status property
Status?
status
final
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.
Implementation
final Status? status;