Package com.google.cloud.aiplatform.v1
Interface FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FetchFeatureValuesResponse.FeatureNameValuePairList,FetchFeatureValuesResponse.FeatureNameValuePairList.Builder
- Enclosing class:
- FetchFeatureValuesResponse
public static interface FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFeatures(int index) List of feature names and values.intList of feature names and values.List of feature names and values.getFeaturesOrBuilder(int index) List of feature names and values.List of feature names and values.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
-
getFeaturesList
List<FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair> getFeaturesList()List of feature names and values.
repeated .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1; -
getFeatures
List of feature names and values.
repeated .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1; -
getFeaturesCount
int getFeaturesCount()List of feature names and values.
repeated .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1; -
getFeaturesOrBuilderList
List<? extends FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder> getFeaturesOrBuilderList()List of feature names and values.
repeated .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1; -
getFeaturesOrBuilder
FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder getFeaturesOrBuilder(int index) List of feature names and values.
repeated .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
-