ExportFeatureValuesRequest_SnapshotExport class final

Describes exporting the latest Feature values of all entities of the EntityType between start_time, snapshot_time.

Inheritance
  • Object
  • ProtoMessage
  • ExportFeatureValuesRequest_SnapshotExport

Constructors

ExportFeatureValuesRequest_SnapshotExport({Timestamp? snapshotTime, Timestamp? startTime})
ExportFeatureValuesRequest_SnapshotExport.fromJson(Object? j)
factory

Properties

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
snapshotTime → Timestamp?
Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.
final
startTime → Timestamp?
Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.
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