public interface FetchFeatureValuesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureViewDataKey |
getDataKey()
The data key associated with this response.
|
FeatureViewDataKeyOrBuilder |
getDataKeyOrBuilder()
The data key associated with this response.
|
FetchFeatureValuesResponse.FormatCase |
getFormatCase() |
FetchFeatureValuesResponse.FeatureNameValuePairList |
getKeyValues()
Feature values in KeyValue format.
|
FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder |
getKeyValuesOrBuilder()
Feature values in KeyValue format.
|
com.google.protobuf.Struct |
getProtoStruct()
Feature values in proto Struct format.
|
com.google.protobuf.StructOrBuilder |
getProtoStructOrBuilder()
Feature values in proto Struct format.
|
boolean |
hasDataKey()
The data key associated with this response.
|
boolean |
hasKeyValues()
Feature values in KeyValue format.
|
boolean |
hasProtoStruct()
Feature values in proto Struct format.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKeyValues()
Feature values in KeyValue format.
.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
FetchFeatureValuesResponse.FeatureNameValuePairList getKeyValues()
Feature values in KeyValue format.
.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder getKeyValuesOrBuilder()
Feature values in KeyValue format.
.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
boolean hasProtoStruct()
Feature values in proto Struct format.
.google.protobuf.Struct proto_struct = 2;com.google.protobuf.Struct getProtoStruct()
Feature values in proto Struct format.
.google.protobuf.Struct proto_struct = 2;com.google.protobuf.StructOrBuilder getProtoStructOrBuilder()
Feature values in proto Struct format.
.google.protobuf.Struct proto_struct = 2;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;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;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;FetchFeatureValuesResponse.FormatCase getFormatCase()
Copyright © 2024 Google LLC. All rights reserved.