Interface FeatureViewDirectWriteRequest.DataKeyAndFeatureValues.Feature.FeatureValueAndTimestampOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureViewDirectWriteRequest.DataKeyAndFeatureValues.Feature.FeatureValueAndTimestamp,FeatureViewDirectWriteRequest.DataKeyAndFeatureValues.Feature.FeatureValueAndTimestamp.Builder
- Enclosing class:
- FeatureViewDirectWriteRequest.DataKeyAndFeatureValues.Feature
public static interface FeatureViewDirectWriteRequest.DataKeyAndFeatureValues.Feature.FeatureValueAndTimestampOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampThe feature timestamp to store with this value.com.google.protobuf.TimestampOrBuilderThe feature timestamp to store with this value.getValue()The feature value.The feature value.booleanThe feature timestamp to store with this value.booleanhasValue()The feature value.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasValue
boolean hasValue()The feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 1;- Returns:
- Whether the value field is set.
-
getValue
FeatureValue getValue()The feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 1;- Returns:
- The value.
-
getValueOrBuilder
FeatureValueOrBuilder getValueOrBuilder()The feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 1; -
hasTimestamp
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;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
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;- Returns:
- The timestamp.
-
getTimestampOrBuilder
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;
-