public sealed class FeatureValue.Types.Metadata : IMessage<FeatureValue.Types.Metadata>, IEquatable<FeatureValue.Types.Metadata>, IDeepCloneable<FeatureValue.Types.Metadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FeatureValue.Types.Metadata.
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. For streaming ingestion, the time, aligned by days, must be no
older than five years (1825 days) and no later than one year (366 days)
in the future.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference information for the `FeatureValue.Types.Metadata` class within the Cloud AI Platform v1beta1 API, detailing its structure and usage."],["The `FeatureValue.Types.Metadata` class represents the metadata of a feature value and inherits from the `object` class while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document highlights the `Metadata()` constructors, one of which is a default constructor and the other takes another `FeatureValue.Types.Metadata` instance as a parameter."],["The `GenerateTime` property, representing the feature generation timestamp, is available within this class and is expected to be of the `Timestamp` type."]]],[]]