StreamingFetchFeatureValuesRequest class final

Request message for FeatureOnlineStoreService.StreamingFetchFeatureValues. For the entities requested, all features under the requested feature view will be returned.

Inheritance
  • Object
  • ProtoMessage
  • StreamingFetchFeatureValuesRequest

Constructors

StreamingFetchFeatureValuesRequest({required String featureView, List<FeatureViewDataKey> dataKeys = const [], FeatureViewDataFormat dataFormat = FeatureViewDataFormat.$default})
StreamingFetchFeatureValuesRequest.fromJson(Object? j)
factory

Properties

dataFormat FeatureViewDataFormat
Specify response data format. If not set, KeyValue format will be used.
final
dataKeys List<FeatureViewDataKey>
final
featureView String
Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
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
override
toString() String
A string representation of this object.
override

Operators

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

Constants

fullyQualifiedName → const String