public static interface FeatureValue.MetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getGenerateTime()
Feature generation timestamp.
|
com.google.protobuf.TimestampOrBuilder |
getGenerateTimeOrBuilder()
Feature generation timestamp.
|
boolean |
hasGenerateTime()
Feature generation timestamp.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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.
.google.protobuf.Timestamp generate_time = 1;com.google.protobuf.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.
.google.protobuf.Timestamp generate_time = 1;com.google.protobuf.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.
.google.protobuf.Timestamp generate_time = 1;Copyright © 2021 Google LLC. All rights reserved.