Interface BatchCreateFeaturesResponseOrBuilder

    • Method Detail

      • getFeaturesList

        List<Feature> getFeaturesList()
         The Features created.
         
        repeated .google.cloud.aiplatform.v1.Feature features = 1;
      • getFeatures

        Feature getFeatures​(int index)
         The Features created.
         
        repeated .google.cloud.aiplatform.v1.Feature features = 1;
      • getFeaturesCount

        int getFeaturesCount()
         The Features created.
         
        repeated .google.cloud.aiplatform.v1.Feature features = 1;
      • getFeaturesOrBuilderList

        List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()
         The Features created.
         
        repeated .google.cloud.aiplatform.v1.Feature features = 1;
      • getFeaturesOrBuilder

        FeatureOrBuilder getFeaturesOrBuilder​(int index)
         The Features created.
         
        repeated .google.cloud.aiplatform.v1.Feature features = 1;