FetchFeatureValuesRequest class final

Request message for FeatureOnlineStoreService.FetchFeatureValues. All the features under the requested feature view will be returned.

Inheritance
  • Object
  • ProtoMessage
  • FetchFeatureValuesRequest

Constructors

FetchFeatureValuesRequest({String? id, required String featureView, FeatureViewDataKey? dataKey, FeatureViewDataFormat dataFormat = FeatureViewDataFormat.$default, FetchFeatureValuesRequest_Format format = FetchFeatureValuesRequest_Format.$default})
FetchFeatureValuesRequest.fromJson(Object? j)
factory

Properties

dataFormat FeatureViewDataFormat
Optional. Response data format. If not set, FeatureViewDataFormat.KEY_VALUE will be used.
final
dataKey FeatureViewDataKey?
Optional. The request key to fetch feature values for.
final
featureView String
Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
final
format FetchFeatureValuesRequest_Format
Specify response data format. If not set, KeyValue format will be used. Deprecated. Use FetchFeatureValuesRequest.data_format.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
Simple ID. The whole string will be used as is to identify Entity to fetch feature values for.
final
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
override
toString() String
A string representation of this object.
override

Operators

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

Constants

fullyQualifiedName → const String