Required. The resource name of the entities' type. value format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}. For example, for a machine learning model predicting user clicks on a website, an EntityType id could be user.
Request body
The request body contains data with the following structure:
Fields
entityIds[]
string
Required. IDs of entities to read feature values of. The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity id could be user_123.
[[["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,["# Method: entityTypes.streamingReadFeatureValues\n\n**Full name**: projects.locations.featurestores.entityTypes.streamingReadFeatureValues\n\nReads feature values for multiple entities. Depending on their size, data for different entities may be broken up across multiple responses. \n\n### Endpoint\n\npost `https:``/``/{service-endpoint}``/v1beta1``/{entityType}:streamingReadFeatureValues` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`entityType` `string` \nRequired. The resource name of the entities' type. value format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`. For example, for a machine learning model predicting user clicks on a website, an EntityType id could be `user`.\n\n### Request body\n\nThe request body contains data with the following structure:\nFields `entityIds[]` `string` \nRequired. IDs of entities to read feature values of. The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity id could be `user_123`.\n`featureSelector` `object (`[FeatureSelector](/vertex-ai/docs/reference/rest/v1beta1/FeatureSelector)`)` \nRequired. Selector choosing Features of the target EntityType. feature IDs will be deduplicated. \n\n### Response body\n\nIf successful, the response body contains a stream of [ReadFeatureValuesResponse](/vertex-ai/docs/reference/rest/v1beta1/ReadFeatureValuesResponse) instances."]]