v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132661,4471.5 MB
projects

Reads Feature values for multiple entities. Depending on their size, data for different entities may be broken up across multiple responses.

post/v1/{+entityType}:streamingReadFeatureValues

Path parameters

entityTypestring required

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

entityIdsstring[]

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.

Response

Successful response