StreamingReadFeatureValuesRequest class final

Request message for FeaturestoreOnlineServingService.StreamingReadFeatureValues.

Constructors

StreamingReadFeatureValuesRequest({required String entityType, required List<String> entityIds, required FeatureSelector? featureSelector})
StreamingReadFeatureValuesRequest.fromJson(Object? j)
factory

Properties

entityIds → List<String>
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.
final
entityType → String
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.
final
featureSelector → FeatureSelector?
Required. Selector choosing Features of the target EntityType. Feature IDs will be deduplicated.
final
hashCode → int
The hash code for this object.
no setterinherited
qualifiedName → String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Object
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String