Class FeatureValueAndTimestamp (2.0.0)

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

Feature value and timestamp.

Attributes

Name Description
value google.cloud.aiplatform_v1beta1.types.FeatureValue
The feature value.
timestamp google.protobuf.timestamp_pb2.Timestamp
The feature timestamp to store with this value. If not set, then the Feature Store server will generate a timestamp when it receives the write request.

Methods

FeatureValueAndTimestamp

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

Feature value and timestamp.