Class Metadata (1.7.1)

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

Metadata of feature value.

Attribute

NameDescription
generate_time google.protobuf.timestamp_pb2.Timestamp
Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store.

Inheritance

builtins.object > proto.message.Message > Metadata