Interface FeatureValueListOrBuilder (3.42.0)

public interface FeatureValueListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.FeatureValueOrBuilder>