Class Metadata (1.3.0)

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

Metadata of feature value. .. attribute:: generate_time

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.

:type: google.protobuf.timestamp_pb2.Timestamp

Inheritance

builtins.object > proto.message.Message > Metadata