Response message for FeatureOnlineStoreService.FetchFeatureValues
dataKey
object (FeatureViewDataKey)
The data key associated with this response. Will only be populated for [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.
format
Union type
format can be only one of the following:keyValues
object (FeatureNameValuePairList)
feature values in keyvalue format.
protoStruct
object (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.
name
string
feature short name.
| JSON representation |
|---|
{
"name": string,
// data
"value": {
object ( |