Class FetchFeatureValuesRequest (1.48.0)

FetchFeatureValuesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for FeatureOnlineStoreService.FetchFeatureValues. All the features under the requested feature view will be returned.

Attributes

NameDescription
feature_view str
Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
data_key google.cloud.aiplatform_v1.types.FeatureViewDataKey
Optional. The request key to fetch feature values for.
data_format google.cloud.aiplatform_v1.types.FeatureViewDataFormat
Optional. Response data format. If not set, FeatureViewDataFormat.KEY_VALUE will be used.

Methods

FetchFeatureValuesRequest

FetchFeatureValuesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for FeatureOnlineStoreService.FetchFeatureValues. All the features under the requested feature view will be returned.