Method: projects.locations.featureOnlineStores.featureViews.fetchFeatureValues

Fetch feature values under a FeatureView.

Endpoint

post https://{service-endpoint}/v1/{featureView}:fetchFeatureValues

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

featureView string

Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}

Request body

The request body contains data with the following structure:

Fields
dataKey object (FeatureViewDataKey)

Optional. The request key to fetch feature values for.

dataFormat enum (FeatureViewDataFormat)

Optional. Response data format. If not set, FeatureViewDataFormat.KEY_VALUE will be used.

Response body

If successful, the response body contains an instance of FetchFeatureValuesResponse.

FeatureViewDataFormat

Format of the data in the feature View.

Enums
FEATURE_VIEW_DATA_FORMAT_UNSPECIFIED Not set. Will be treated as the keyvalue format.
KEY_VALUE Return response data in key-value format.
PROTO_STRUCT Return response data in proto Struct format.