FetchFeatureValuesResponse Stay organized with collections Save and categorize content based on your preferences.
Response message forFeatureOnlineStoreService.FetchFeatureValues
dataKeyobject (FeatureViewDataKey)The data key associated with this response. Will only be populated for [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.
formatUnion typeformat can be only one of the following:keyValuesobject (FeatureNameValuePairList)feature values in keyvalue format.
protoStructobject (Struct format)feature values in proto Struct format.
| JSON representation |
|---|
{"dataKey":{object ( |
FeatureNameValuePairList
Response structure in the format of key (feature name) and (feature) value pair.
features[]object (FeatureNameValuePair)List of feature names and values.
| JSON representation |
|---|
{"features":[{object ( |
FeatureNameValuePair
feature name & value pair.
namestringfeature short name.
dataUnion typedata can be only one of the following:valueobject (FeatureValue)feature value.
| JSON representation |
|---|
{"name":string,// data"value":{object ( |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-27 UTC.