Interface FeatureValue.MetadataOrBuilder (3.42.0)

public static interface FeatureValue.MetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGenerateTime()

public abstract Timestamp getGenerateTime()

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.

.google.protobuf.Timestamp generate_time = 1;

Returns
TypeDescription
Timestamp

The generateTime.

getGenerateTimeOrBuilder()

public abstract TimestampOrBuilder getGenerateTimeOrBuilder()

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.

.google.protobuf.Timestamp generate_time = 1;

Returns
TypeDescription
TimestampOrBuilder

hasGenerateTime()

public abstract boolean hasGenerateTime()

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.

.google.protobuf.Timestamp generate_time = 1;

Returns
TypeDescription
boolean

Whether the generateTime field is set.