public interface FindNeighborsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<FindNeighborsResponse.NearestNeighbors> getNearestNeighborsList()
The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
FindNeighborsResponse.NearestNeighbors getNearestNeighbors(int index)
The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
int getNearestNeighborsCount()
The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
List<? extends FindNeighborsResponse.NearestNeighborsOrBuilder> getNearestNeighborsOrBuilderList()
The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
FindNeighborsResponse.NearestNeighborsOrBuilder getNearestNeighborsOrBuilder(int index)
The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
Copyright © 2024 Google LLC. All rights reserved.