public interface FeatureValueListOrBuilder extends MessageOrBuilder
Implements
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.FeatureValueOrBuilder> |