Interface ReadIndexDatapointsResponseOrBuilder

    • Method Detail

      • getDatapointsList

        List<IndexDatapoint> getDatapointsList()
         The result list of datapoints.
         
        repeated .google.cloud.aiplatform.v1.IndexDatapoint datapoints = 1;
      • getDatapoints

        IndexDatapoint getDatapoints​(int index)
         The result list of datapoints.
         
        repeated .google.cloud.aiplatform.v1.IndexDatapoint datapoints = 1;
      • getDatapointsCount

        int getDatapointsCount()
         The result list of datapoints.
         
        repeated .google.cloud.aiplatform.v1.IndexDatapoint datapoints = 1;
      • getDatapointsOrBuilderList

        List<? extends IndexDatapointOrBuilder> getDatapointsOrBuilderList()
         The result list of datapoints.
         
        repeated .google.cloud.aiplatform.v1.IndexDatapoint datapoints = 1;
      • getDatapointsOrBuilder

        IndexDatapointOrBuilder getDatapointsOrBuilder​(int index)
         The result list of datapoints.
         
        repeated .google.cloud.aiplatform.v1.IndexDatapoint datapoints = 1;