Package com.google.cloud.aiplatform.v1
Interface FindNeighborsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FindNeighborsResponse,FindNeighborsResponse.Builder
@Generated
public interface FindNeighborsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNearestNeighbors(int index) The nearest neighbors of the query datapoints.intThe nearest neighbors of the query datapoints.The nearest neighbors of the query datapoints.getNearestNeighborsOrBuilder(int index) The nearest neighbors of the query datapoints.The nearest neighbors of the query datapoints.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNearestNeighborsList
List<FindNeighborsResponse.NearestNeighbors> getNearestNeighborsList()The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1; -
getNearestNeighbors
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
The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
-