Interface FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder (3.42.0)

public static interface FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatures(int index)

public abstract FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair getFeatures(int index)

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair

getFeaturesCount()

public abstract int getFeaturesCount()

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

Returns
TypeDescription
int

getFeaturesList()

public abstract List<FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair> getFeaturesList()

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

Returns
TypeDescription
List<FeatureNameValuePair>

getFeaturesOrBuilder(int index)

public abstract FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder getFeaturesOrBuilder(int index)

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder

getFeaturesOrBuilderList()

public abstract List<? extends FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder> getFeaturesOrBuilderList()

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder>