StreamingFetchFeatureValuesResponse class final

Response message for FeatureOnlineStoreService.StreamingFetchFeatureValues.

Inheritance
  • Object
  • ProtoMessage
  • StreamingFetchFeatureValuesResponse

Constructors

StreamingFetchFeatureValuesResponse({Status? status, List<FetchFeatureValuesResponse> data = const [], List<FeatureViewDataKey> dataKeysWithError = const []})
StreamingFetchFeatureValuesResponse.fromJson(Object? j)
factory

Properties

data List<FetchFeatureValuesResponse>
final
dataKeysWithError List<FeatureViewDataKey>
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
status → Status?
Response status. If OK, then StreamingFetchFeatureValuesResponse.data will be populated. Otherwise StreamingFetchFeatureValuesResponse.data_keys_with_error will be populated with the appropriate data keys. The error only applies to the listed data keys - the stream will remain open for further FeatureOnlineStoreService.StreamingFetchFeatureValuesRequest requests.
final

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