Interface FindNeighborsResponse.NearestNeighborsOrBuilder

    • Method Detail

      • getId

        String getId()
         The ID of the query datapoint.
         
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         The ID of the query datapoint.
         
        string id = 1;
        Returns:
        The bytes for id.
      • getNeighborsList

        List<FindNeighborsResponse.Neighbor> getNeighborsList()
         All its neighbors.
         
        repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.Neighbor neighbors = 2;
      • getNeighbors

        FindNeighborsResponse.Neighbor getNeighbors​(int index)
         All its neighbors.
         
        repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.Neighbor neighbors = 2;
      • getNeighborsCount

        int getNeighborsCount()
         All its neighbors.
         
        repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.Neighbor neighbors = 2;
      • getNeighborsOrBuilder

        FindNeighborsResponse.NeighborOrBuilder getNeighborsOrBuilder​(int index)
         All its neighbors.
         
        repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.Neighbor neighbors = 2;