public interface FindNeighborsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNearestNeighbors(int index)
public abstract FindNeighborsResponse.NearestNeighbors getNearestNeighbors(int index)The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1beta1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
| Name | Description |
index |
int |
| Type | Description |
FindNeighborsResponse.NearestNeighbors |
getNearestNeighborsCount()
public abstract int getNearestNeighborsCount()The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1beta1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
| Type | Description |
int |
getNearestNeighborsList()
public abstract List<FindNeighborsResponse.NearestNeighbors> getNearestNeighborsList()The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1beta1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
| Type | Description |
List<NearestNeighbors> |
getNearestNeighborsOrBuilder(int index)
public abstract FindNeighborsResponse.NearestNeighborsOrBuilder getNearestNeighborsOrBuilder(int index)The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1beta1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
| Name | Description |
index |
int |
| Type | Description |
FindNeighborsResponse.NearestNeighborsOrBuilder |
getNearestNeighborsOrBuilderList()
public abstract List<? extends FindNeighborsResponse.NearestNeighborsOrBuilder> getNearestNeighborsOrBuilderList()The nearest neighbors of the query datapoints.
repeated .google.cloud.aiplatform.v1beta1.FindNeighborsResponse.NearestNeighbors nearest_neighbors = 1;
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.FindNeighborsResponse.NearestNeighborsOrBuilder> |