Interface FetchFeatureValuesResponseOrBuilder (3.42.0)

public interface FetchFeatureValuesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataKey()

public abstract FeatureViewDataKey getDataKey()

The data key associated with this response. Will only be populated for [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.

.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 4;

Returns
TypeDescription
FeatureViewDataKey

The dataKey.

getDataKeyOrBuilder()

public abstract FeatureViewDataKeyOrBuilder getDataKeyOrBuilder()

The data key associated with this response. Will only be populated for [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.

.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 4;

Returns
TypeDescription
FeatureViewDataKeyOrBuilder

getFormatCase()

public abstract FetchFeatureValuesResponse.FormatCase getFormatCase()
Returns
TypeDescription
FetchFeatureValuesResponse.FormatCase

getKeyValues()

public abstract FetchFeatureValuesResponse.FeatureNameValuePairList getKeyValues()

Feature values in KeyValue format.

.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;

Returns
TypeDescription
FetchFeatureValuesResponse.FeatureNameValuePairList

The keyValues.

getKeyValuesOrBuilder()

public abstract FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder getKeyValuesOrBuilder()

Feature values in KeyValue format.

.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;

Returns
TypeDescription
FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder

getProtoStruct()

public abstract Struct getProtoStruct()

Feature values in proto Struct format.

.google.protobuf.Struct proto_struct = 2;

Returns
TypeDescription
Struct

The protoStruct.

getProtoStructOrBuilder()

public abstract StructOrBuilder getProtoStructOrBuilder()

Feature values in proto Struct format.

.google.protobuf.Struct proto_struct = 2;

Returns
TypeDescription
StructOrBuilder

hasDataKey()

public abstract boolean hasDataKey()

The data key associated with this response. Will only be populated for [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.

.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 4;

Returns
TypeDescription
boolean

Whether the dataKey field is set.

hasKeyValues()

public abstract boolean hasKeyValues()

Feature values in KeyValue format.

.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;

Returns
TypeDescription
boolean

Whether the keyValues field is set.

hasProtoStruct()

public abstract boolean hasProtoStruct()

Feature values in proto Struct format.

.google.protobuf.Struct proto_struct = 2;

Returns
TypeDescription
boolean

Whether the protoStruct field is set.