WriteFeatureValuesPayload class final

Contains Feature values to be written for a specific entity.

Inheritance
  • Object
  • ProtoMessage
  • WriteFeatureValuesPayload

Constructors

WriteFeatureValuesPayload({required String entityId, required Map<String, FeatureValue> featureValues})
WriteFeatureValuesPayload.fromJson(Object? j)
factory

Properties

entityId String
Required. The ID of the entity.
final
featureValues Map<String, FeatureValue>
Required. Feature values to be written, mapping from Feature ID to value. Up to 100,000 feature_values entries may be written across all payloads. The feature generation time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.
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