Interface FindNeighborsResponseOrBuilder

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

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

      • getNearestNeighborsList

        List<FindNeighborsResponse.NearestNeighbors> getNearestNeighborsList()
         The nearest neighbors of the query datapoints.
         
        repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
      • getNearestNeighbors

        FindNeighborsResponse.NearestNeighbors getNearestNeighbors​(int index)
         The nearest neighbors of the query datapoints.
         
        repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
      • getNearestNeighborsCount

        int getNearestNeighborsCount()
         The nearest neighbors of the query datapoints.
         
        repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
      • getNearestNeighborsOrBuilderList

        List<? extends FindNeighborsResponse.NearestNeighborsOrBuilder> getNearestNeighborsOrBuilderList()
         The nearest neighbors of the query datapoints.
         
        repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
      • getNearestNeighborsOrBuilder

        FindNeighborsResponse.NearestNeighborsOrBuilder getNearestNeighborsOrBuilder​(int index)
         The nearest neighbors of the query datapoints.
         
        repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;