Uses of Interface
com.google.cloud.aiplatform.v1.FindNeighborsRequest.QueryOrBuilder
-
Packages that use FindNeighborsRequest.QueryOrBuilder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of FindNeighborsRequest.QueryOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement FindNeighborsRequest.QueryOrBuilder Modifier and Type Class Description static class
FindNeighborsRequest.Query
A query to find a number of the nearest neighbors (most similar vectors) of a vector.static class
FindNeighborsRequest.Query.Builder
A query to find a number of the nearest neighbors (most similar vectors) of a vector.Methods in com.google.cloud.aiplatform.v1 that return FindNeighborsRequest.QueryOrBuilder Modifier and Type Method Description FindNeighborsRequest.QueryOrBuilder
FindNeighborsRequest.Builder. getQueriesOrBuilder(int index)
The list of queries.FindNeighborsRequest.QueryOrBuilder
FindNeighborsRequest. getQueriesOrBuilder(int index)
The list of queries.FindNeighborsRequest.QueryOrBuilder
FindNeighborsRequestOrBuilder. getQueriesOrBuilder(int index)
The list of queries.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FindNeighborsRequest.QueryOrBuilder Modifier and Type Method Description List<? extends FindNeighborsRequest.QueryOrBuilder>
FindNeighborsRequest.Builder. getQueriesOrBuilderList()
The list of queries.List<? extends FindNeighborsRequest.QueryOrBuilder>
FindNeighborsRequest. getQueriesOrBuilderList()
The list of queries.List<? extends FindNeighborsRequest.QueryOrBuilder>
FindNeighborsRequestOrBuilder. getQueriesOrBuilderList()
The list of queries.
-