Reads feature values of a specific entity of an EntityType. For reading feature values of multiple entities of an EntityType, please use entityTypes.streamingReadFeatureValues.
Endpoint
posthttps://{endpoint}/v1beta1/{entityType}:readFeatureValues
Where {service-endpoint}
is one of the supported service endpoints.
Path parameters
entityType
string
Required. The resource name of the EntityType for the entity being read. 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:
entityId
string
Required. id for a specific entity. For example, for a machine learning model predicting user clicks on a website, an entity id could be user_123
.
Required. Selector choosing Features of the target EntityType.
Response body
If successful, the response body contains an instance of ReadFeatureValuesResponse
.