Interface FindNeighborsResponse.NearestNeighborsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FindNeighborsResponse.NearestNeighbors, FindNeighborsResponse.NearestNeighbors.Builder
Enclosing class:
FindNeighborsResponse

public static interface FindNeighborsResponse.NearestNeighborsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • 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

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

      List<? extends FindNeighborsResponse.NeighborOrBuilder> getNeighborsOrBuilderList()
       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;