Package com.google.cloud.aiplatform.v1
Interface FeatureValueListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureValueList,FeatureValueList.Builder
@Generated
public interface FeatureValueListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues(int index) A list of feature values.intA list of feature values.A list of feature values.getValuesOrBuilder(int index) A list of feature values.List<? extends FeatureValueOrBuilder>A list of feature values.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesList
List<FeatureValue> getValuesList()A list of feature values. All of them should be the same data type.
repeated .google.cloud.aiplatform.v1.FeatureValue values = 1; -
getValues
A list of feature values. All of them should be the same data type.
repeated .google.cloud.aiplatform.v1.FeatureValue values = 1; -
getValuesCount
int getValuesCount()A list of feature values. All of them should be the same data type.
repeated .google.cloud.aiplatform.v1.FeatureValue values = 1; -
getValuesOrBuilderList
List<? extends FeatureValueOrBuilder> getValuesOrBuilderList()A list of feature values. All of them should be the same data type.
repeated .google.cloud.aiplatform.v1.FeatureValue values = 1; -
getValuesOrBuilder
A list of feature values. All of them should be the same data type.
repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
-