public interface FeatureValueListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getValues(int index)
public abstract FeatureValue getValues(int index)A list of feature values. All of them should be the same data type.
repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;
| Name | Description |
| index | int |
| Type | Description |
| FeatureValue |
getValuesCount()
public abstract int getValuesCount()A list of feature values. All of them should be the same data type.
repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;
| Type | Description |
| int |
getValuesList()
public abstract List<FeatureValue> getValuesList()A list of feature values. All of them should be the same data type.
repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;
| Type | Description |
| List<FeatureValue> |
getValuesOrBuilder(int index)
public abstract FeatureValueOrBuilder getValuesOrBuilder(int index)A list of feature values. All of them should be the same data type.
repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;
| Name | Description |
| index | int |
| Type | Description |
| FeatureValueOrBuilder |
getValuesOrBuilderList()
public abstract List<? extends FeatureValueOrBuilder> getValuesOrBuilderList()A list of feature values. All of them should be the same data type.
repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1beta1.FeatureValueOrBuilder> |