Response message for FeatureOnlineStoreService.FetchFeatureValues
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:feature values in keyvalue 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.
List of feature names and values.
| JSON representation |
|---|
{ "features": [ { object ( |
FeatureNameValuePair
feature name & value pair.
namestring feature short name.
dataUnion type data can be only one of the following:feature value.
| JSON representation |
|---|
{ "name": string, // data "value": { object ( |