Uses of Interface
com.google.cloud.aiplatform.v1beta1.FindNeighborsRequest.QueryOrBuilder
-
Packages that use FindNeighborsRequest.QueryOrBuilder Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of FindNeighborsRequest.QueryOrBuilder in com.google.cloud.aiplatform.v1beta1
Classes in com.google.cloud.aiplatform.v1beta1 that implement FindNeighborsRequest.QueryOrBuilder Modifier and Type Class Description static classFindNeighborsRequest.QueryA query to find a number of the nearest neighbors (most similar vectors) of a vector.static classFindNeighborsRequest.Query.BuilderA query to find a number of the nearest neighbors (most similar vectors) of a vector.Methods in com.google.cloud.aiplatform.v1beta1 that return FindNeighborsRequest.QueryOrBuilder Modifier and Type Method Description FindNeighborsRequest.QueryOrBuilderFindNeighborsRequest.Builder. getQueriesOrBuilder(int index)The list of queries.FindNeighborsRequest.QueryOrBuilderFindNeighborsRequest. getQueriesOrBuilder(int index)The list of queries.FindNeighborsRequest.QueryOrBuilderFindNeighborsRequestOrBuilder. getQueriesOrBuilder(int index)The list of queries.Methods in com.google.cloud.aiplatform.v1beta1 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.
-