ReadFeatureValuesRequest class final

Request message for FeaturestoreOnlineServingService.ReadFeatureValues.

Constructors

ReadFeatureValuesRequest({required String entityType, required String entityId, required FeatureSelector? featureSelector})
ReadFeatureValuesRequest.fromJson(Object? j)
factory

Properties

entityId → String
Required. ID for a specific entity. 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 EntityType for the entity being read. 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.
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