[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# FetchFeatureValuesResponse\n\nResponse message for [FeatureOnlineStoreService.FetchFeatureValues](/vertex-ai/docs/reference/rest/v1/projects.locations.featureOnlineStores.featureViews/fetchFeatureValues#google.cloud.aiplatform.v1.FeatureOnlineStoreService.FetchFeatureValues)\nFields `dataKey` `object (`[FeatureViewDataKey](/vertex-ai/docs/reference/rest/v1/FeatureViewDataKey)`)` \nThe data key associated with this response. Will only be populated for \\[FeatureOnlineStoreService.StreamingFetchFeatureValues\\]\\[\\] RPCs. \n`format` `Union type` \n`format` can be only one of the following:\n`keyValues` `object (`[FeatureNameValuePairList](/vertex-ai/docs/reference/rest/v1/FetchFeatureValuesResponse#FeatureNameValuePairList)`)` \nfeature values in keyvalue format.\n`protoStruct` `object (`[Struct](https://protobuf.dev/reference/protobuf/google.protobuf/#struct)` format)` \nfeature values in proto Struct format. \n\nFeatureNameValuePairList\n------------------------\n\nResponse structure in the format of key (feature name) and (feature) value pair.\nFields `features[]` `object (`[FeatureNameValuePair](/vertex-ai/docs/reference/rest/v1/FetchFeatureValuesResponse#FeatureNameValuePair)`)` \nList of feature names and values. \n\nFeatureNameValuePair\n--------------------\n\nfeature name \\& value pair.\nFields `name` `string` \nfeature short name. \n`data` `Union type` \n`data` can be only one of the following:\n`value` `object (`[FeatureValue](/vertex-ai/docs/reference/rest/v1/FeatureValue)`)` \nfeature value."]]