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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindNeighborsResponse.NearestNeighbors
getNearestNeighbors(int index)
The nearest neighbors of the query datapoints.int
getNearestNeighborsCount()
The nearest neighbors of the query datapoints.List<FindNeighborsResponse.NearestNeighbors>
getNearestNeighborsList()
The nearest neighbors of the query datapoints.FindNeighborsResponse.NearestNeighborsOrBuilder
getNearestNeighborsOrBuilder(int index)
The nearest neighbors of the query datapoints.List<? extends FindNeighborsResponse.NearestNeighborsOrBuilder>
getNearestNeighborsOrBuilderList()
The nearest neighbors of the query datapoints.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNearestNeighborsList
List<FindNeighborsResponse.NearestNeighbors> getNearestNeighborsList()
The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1beta1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
-
getNearestNeighbors
FindNeighborsResponse.NearestNeighbors getNearestNeighbors(int index)
The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1beta1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
-
getNearestNeighborsCount
int getNearestNeighborsCount()
The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1beta1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
-
getNearestNeighborsOrBuilderList
List<? extends FindNeighborsResponse.NearestNeighborsOrBuilder> getNearestNeighborsOrBuilderList()
The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1beta1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
-
getNearestNeighborsOrBuilder
FindNeighborsResponse.NearestNeighborsOrBuilder getNearestNeighborsOrBuilder(int index)
The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1beta1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
-
-