public interface FetchFeatureValuesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FeatureViewDataKeyOrBuilder |
getFormatCase()
public abstract FetchFeatureValuesResponse.FormatCase getFormatCase()
Returns | |
---|---|
Type | Description |
FetchFeatureValuesResponse.FormatCase |
getKeyValues()
public abstract FetchFeatureValuesResponse.FeatureNameValuePairList getKeyValues()
Feature values in KeyValue format.
.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder |
getProtoStruct()
public abstract Struct getProtoStruct()
Feature values in proto Struct format.
.google.protobuf.Struct proto_struct = 2;
Returns | |
---|---|
Type | Description |
Struct |
The protoStruct. |
getProtoStructOrBuilder()
public abstract StructOrBuilder getProtoStructOrBuilder()
Feature values in proto Struct format.
.google.protobuf.Struct proto_struct = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the protoStruct field is set. |