Interface FeatureValueListOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    FeatureValueList, FeatureValueList.Builder

    public interface FeatureValueListOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getValuesList

        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;
      • getValues

        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;
      • getValuesCount

        int getValuesCount()
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1beta1.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.v1beta1.FeatureValue values = 1;
      • getValuesOrBuilder

        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;