public static interface FeatureViewDirectWriteRequest.DataKeyAndFeatureValues.Feature.FeatureValueAndTimestampOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getTimestamp()
The feature timestamp to store with this value.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
The feature timestamp to store with this value.
|
FeatureValue |
getValue()
The feature value.
|
FeatureValueOrBuilder |
getValueOrBuilder()
The feature value.
|
boolean |
hasTimestamp()
The feature timestamp to store with this value.
|
boolean |
hasValue()
The feature value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValue()
The feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 1;FeatureValue getValue()
The feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 1;FeatureValueOrBuilder getValueOrBuilder()
The feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 1;boolean hasTimestamp()
The feature timestamp to store with this value. If not set, then the Feature Store server will generate a timestamp when it receives the write request.
.google.protobuf.Timestamp timestamp = 2;com.google.protobuf.Timestamp getTimestamp()
The feature timestamp to store with this value. If not set, then the Feature Store server will generate a timestamp when it receives the write request.
.google.protobuf.Timestamp timestamp = 2;com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
The feature timestamp to store with this value. If not set, then the Feature Store server will generate a timestamp when it receives the write request.
.google.protobuf.Timestamp timestamp = 2;Copyright © 2025 Google LLC. All rights reserved.