FetchFeatureValuesResponse

Response message forFeatureOnlineStoreService.FetchFeatureValues

Fields
dataKeyobject (FeatureViewDataKey)

The data key associated with this response. Will only be populated for [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.

formatUnion type
format 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 (FeatureViewDataKey)},// format"keyValues":{object (FeatureNameValuePairList)},"protoStruct":{object}// Union type}

FeatureNameValuePairList

Response structure in the format of key (feature name) and (feature) value pair.

Fields
features[]object (FeatureNameValuePair)

List of feature names and values.

JSON representation
{"features":[{object (FeatureNameValuePair)}]}

FeatureNameValuePair

feature name & value pair.

Fields
namestring

feature short name.

dataUnion type
data can be only one of the following:
valueobject (FeatureValue)

feature value.

JSON representation
{"name":string,// data"value":{object (FeatureValue)}// Union type}

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.