Class StreamingReadFeatureValuesRequest (1.11.0)

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

Request message for [FeaturestoreOnlineServingService.StreamingFeatureValuesRead][].

Attributes

Name Description
entity_type str
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``.
entity_ids Sequence[str]
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``.
feature_selector google.cloud.aiplatform_v1beta1.types.FeatureSelector
Required. Selector choosing Features of the target EntityType. Feature IDs will be deduplicated.

Inheritance

builtins.object > proto.message.Message > StreamingReadFeatureValuesRequest