public static interface ExportFeatureValuesRequest.SnapshotExportOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getSnapshotTime()
Exports Feature values as of this timestamp.
|
com.google.protobuf.TimestampOrBuilder |
getSnapshotTimeOrBuilder()
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 |
hasSnapshotTime()
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 hasSnapshotTime()
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 snapshot_time = 1;com.google.protobuf.Timestamp getSnapshotTime()
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 snapshot_time = 1;com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder()
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 snapshot_time = 1;boolean 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;Copyright © 2023 Google LLC. All rights reserved.