Class FeatureValue.Types.Metadata (1.0.0)

public sealed class Metadata : IMessage<FeatureValue.Types.Metadata>, IEquatable<FeatureValue.Types.Metadata>, IDeepCloneable<FeatureValue.Types.Metadata>, IBufferMessage, IMessage

Metadata of feature value.

Inheritance

Object > FeatureValue.Types.Metadata

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Metadata()

public Metadata()

Metadata(FeatureValue.Types.Metadata)

public Metadata(FeatureValue.Types.Metadata other)
Parameter
NameDescription
otherFeatureValue.Types.Metadata

Properties

GenerateTime

public Timestamp GenerateTime { get; set; }

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.

Property Value
TypeDescription
Timestamp