public static interface ExportFeatureValuesRequest.FullExportOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
Exports Feature values as of this timestamp.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Exports Feature values as of this timestamp.
|
com.google.protobuf.Timestamp |
getStartTime()
Excludes Feature values with feature generation timestamp before this
timestamp.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Excludes Feature values with feature generation timestamp before this
timestamp.
|
boolean |
hasEndTime()
Exports Feature values as of this timestamp.
|
boolean |
hasStartTime()
Excludes Feature values with feature generation timestamp before this
timestamp.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartTime()
Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.Timestamp getStartTime()
Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;boolean hasEndTime()
Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp end_time = 1;com.google.protobuf.Timestamp getEndTime()
Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp end_time = 1;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp end_time = 1;Copyright © 2023 Google LLC. All rights reserved.