Uses of Interface
com.google.cloud.aiplatform.v1.FindNeighborsResponse.NearestNeighborsOrBuilder
-
Packages that use FindNeighborsResponse.NearestNeighborsOrBuilder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of FindNeighborsResponse.NearestNeighborsOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement FindNeighborsResponse.NearestNeighborsOrBuilder Modifier and Type Class Description static class
FindNeighborsResponse.NearestNeighbors
Nearest neighbors for one query.static class
FindNeighborsResponse.NearestNeighbors.Builder
Nearest neighbors for one query.Methods in com.google.cloud.aiplatform.v1 that return FindNeighborsResponse.NearestNeighborsOrBuilder Modifier and Type Method Description FindNeighborsResponse.NearestNeighborsOrBuilder
FindNeighborsResponse.Builder. getNearestNeighborsOrBuilder(int index)
The nearest neighbors of the query datapoints.FindNeighborsResponse.NearestNeighborsOrBuilder
FindNeighborsResponse. getNearestNeighborsOrBuilder(int index)
The nearest neighbors of the query datapoints.FindNeighborsResponse.NearestNeighborsOrBuilder
FindNeighborsResponseOrBuilder. getNearestNeighborsOrBuilder(int index)
The nearest neighbors of the query datapoints.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FindNeighborsResponse.NearestNeighborsOrBuilder Modifier and Type Method Description List<? extends FindNeighborsResponse.NearestNeighborsOrBuilder>
FindNeighborsResponse.Builder. getNearestNeighborsOrBuilderList()
The nearest neighbors of the query datapoints.List<? extends FindNeighborsResponse.NearestNeighborsOrBuilder>
FindNeighborsResponse. getNearestNeighborsOrBuilderList()
The nearest neighbors of the query datapoints.List<? extends FindNeighborsResponse.NearestNeighborsOrBuilder>
FindNeighborsResponseOrBuilder. getNearestNeighborsOrBuilderList()
The nearest neighbors of the query datapoints.
-