public static interface FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFeatures(int index)
public abstract FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair getFeatures(int index)List of feature names and values.
repeated .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair |
|
getFeaturesCount()
public abstract int getFeaturesCount()List of feature names and values.
repeated .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFeaturesList()
public abstract List<FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair> getFeaturesList()List of feature names and values.
repeated .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
| Returns | |
|---|---|
| Type | Description |
List<FeatureNameValuePair> |
|
getFeaturesOrBuilder(int index)
public abstract FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder getFeaturesOrBuilder(int index)List of feature names and values.
repeated .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder |
|
getFeaturesOrBuilderList()
public abstract List<? extends FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder> getFeaturesOrBuilderList()List of feature names and values.
repeated .google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder> |
|