Class StreamingFetchFeatureValuesRequest (1.48.0)

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

Request message for FeatureOnlineStoreService.StreamingFetchFeatureValues. For the entities requested, all 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_format google.cloud.aiplatform_v1beta1.types.FeatureViewDataFormat
Specify response data format. If not set, KeyValue format will be used.

Methods

StreamingFetchFeatureValuesRequest

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

Request message for FeatureOnlineStoreService.StreamingFetchFeatureValues. For the entities requested, all features under the requested feature view will be returned.