Interface NearestNeighborsOrBuilder

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

@Generated public interface NearestNeighborsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getNeighborsList

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

      NearestNeighbors.Neighbor getNeighbors(int index)
       All its neighbors.
       
      repeated .google.cloud.aiplatform.v1.NearestNeighbors.Neighbor neighbors = 1;
    • getNeighborsCount

      int getNeighborsCount()
       All its neighbors.
       
      repeated .google.cloud.aiplatform.v1.NearestNeighbors.Neighbor neighbors = 1;
    • getNeighborsOrBuilderList

      List<? extends NearestNeighbors.NeighborOrBuilder> getNeighborsOrBuilderList()
       All its neighbors.
       
      repeated .google.cloud.aiplatform.v1.NearestNeighbors.Neighbor neighbors = 1;
    • getNeighborsOrBuilder

      NearestNeighbors.NeighborOrBuilder getNeighborsOrBuilder(int index)
       All its neighbors.
       
      repeated .google.cloud.aiplatform.v1.NearestNeighbors.Neighbor neighbors = 1;