Package com.google.cloud.aiplatform.v1
Interface FetchFeatureValuesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FetchFeatureValuesResponse,FetchFeatureValuesResponse.Builder
@Generated
public interface FetchFeatureValuesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe data key associated with this response.The data key associated with this response.Feature values in KeyValue format.Feature values in KeyValue format.com.google.protobuf.StructFeature values in proto Struct format.com.google.protobuf.StructOrBuilderFeature values in proto Struct format.booleanThe data key associated with this response.booleanFeature values in KeyValue format.booleanFeature values in proto Struct format.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
-
hasKeyValues
boolean hasKeyValues()Feature values in KeyValue format.
.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;- Returns:
- Whether the keyValues field is set.
-
getKeyValues
FetchFeatureValuesResponse.FeatureNameValuePairList getKeyValues()Feature values in KeyValue format.
.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;- Returns:
- The keyValues.
-
getKeyValuesOrBuilder
FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder getKeyValuesOrBuilder()Feature values in KeyValue format.
.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3; -
hasProtoStruct
boolean hasProtoStruct()Feature values in proto Struct format.
.google.protobuf.Struct proto_struct = 2;- Returns:
- Whether the protoStruct field is set.
-
getProtoStruct
com.google.protobuf.Struct getProtoStruct()Feature values in proto Struct format.
.google.protobuf.Struct proto_struct = 2;- Returns:
- The protoStruct.
-
getProtoStructOrBuilder
com.google.protobuf.StructOrBuilder getProtoStructOrBuilder()Feature values in proto Struct format.
.google.protobuf.Struct proto_struct = 2; -
hasDataKey
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:
- Whether the dataKey field is set.
-
getDataKey
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:
- The dataKey.
-
getDataKeyOrBuilder
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; -
getFormatCase
FetchFeatureValuesResponse.FormatCase getFormatCase()
-