public interface FeatureValueListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureValue |
getValues(int index)
A list of feature values.
|
int |
getValuesCount()
A list of feature values.
|
List<FeatureValue> |
getValuesList()
A list of feature values.
|
FeatureValueOrBuilder |
getValuesOrBuilder(int index)
A list of feature values.
|
List<? extends FeatureValueOrBuilder> |
getValuesOrBuilderList()
A list of feature values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<FeatureValue> getValuesList()
A list of feature values. All of them should be the same data type.
repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;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;int getValuesCount()
A list of feature values. All of them should be the same data type.
repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;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;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;Copyright © 2025 Google LLC. All rights reserved.