Class SnapshotExport (1.36.4)

SnapshotExport(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
snapshot_time google.protobuf.timestamp_pb2.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.
start_time google.protobuf.timestamp_pb2.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.

Methods

SnapshotExport

SnapshotExport(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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