public static interface FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair |
getFeatures(int index)
List of feature names and values.
|
int |
getFeaturesCount()
List of feature names and values.
|
List<FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair> |
getFeaturesList()
List of feature names and values.
|
FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder |
getFeaturesOrBuilder(int index)
List of feature names and values.
|
List<? extends FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder> |
getFeaturesOrBuilderList()
List of feature names and values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair> getFeaturesList()
List of feature names and values.
repeated .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair getFeatures(int index)
List of feature names and values.
repeated .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
int getFeaturesCount()
List of feature names and values.
repeated .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
List<? extends FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder> getFeaturesOrBuilderList()
List of feature names and values.
repeated .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder getFeaturesOrBuilder(int index)
List of feature names and values.
repeated .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
Copyright © 2025 Google LLC. All rights reserved.