Class StreamingReadFeatureValuesRequest (1.18.1)

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

Request message for [FeaturestoreOnlineServingService.StreamingFeatureValuesRead][].

Attributes

NameDescription
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_v1.types.FeatureSelector
Required. Selector choosing Features of the target EntityType. Feature IDs will be deduplicated.

Inheritance

builtins.object > proto.message.Message > StreamingReadFeatureValuesRequest