Interface FeatureViewDirectWriteRequest.DataKeyAndFeatureValues.Feature.FeatureValueAndTimestampOrBuilder (3.64.0)

public static interface FeatureViewDirectWriteRequest.DataKeyAndFeatureValues.Feature.FeatureValueAndTimestampOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTimestamp()

public abstract 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
Type Description
Timestamp

The timestamp.

getTimestampOrBuilder()

public abstract 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;

Returns
Type Description
TimestampOrBuilder

getValue()

public abstract FeatureValue getValue()

The feature value.

.google.cloud.aiplatform.v1beta1.FeatureValue value = 1;

Returns
Type Description
FeatureValue

The value.

getValueOrBuilder()

public abstract FeatureValueOrBuilder getValueOrBuilder()

The feature value.

.google.cloud.aiplatform.v1beta1.FeatureValue value = 1;

Returns
Type Description
FeatureValueOrBuilder

hasTimestamp()

public abstract 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
Type Description
boolean

Whether the timestamp field is set.

hasValue()

public abstract boolean hasValue()

The feature value.

.google.cloud.aiplatform.v1beta1.FeatureValue value = 1;

Returns
Type Description
boolean

Whether the value field is set.