Cloud AI Platform v1 API - Class FeatureValue.Types.Metadata (2.27.0)

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 v1 API class FeatureValue.Types.Metadata.

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(Metadata)

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

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. 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.

Property Value
TypeDescription
Timestamp