Uses of Class
com.google.cloud.aiplatform.v1.FindNeighborsRequest.Query.Builder
Packages that use FindNeighborsRequest.Query.Builder
-
Uses of FindNeighborsRequest.Query.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FindNeighborsRequest.Query.BuilderModifier and TypeMethodDescriptionFindNeighborsRequest.Builder.addQueriesBuilder()The list of queries.FindNeighborsRequest.Builder.addQueriesBuilder(int index) The list of queries.FindNeighborsRequest.Query.Builder.clear()FindNeighborsRequest.Query.Builder.clearApproximateNeighborCount()The number of neighbors to find via approximate search before exact reordering is performed.FindNeighborsRequest.Query.Builder.clearDatapoint()Required.FindNeighborsRequest.Query.Builder.clearFractionLeafNodesToSearchOverride()The fraction of the number of leaves to search, set at query time allows user to tune search performance.FindNeighborsRequest.Query.Builder.clearNeighborCount()The number of nearest neighbors to be retrieved from database for each query.FindNeighborsRequest.Query.Builder.clearPerCrowdingAttributeNeighborCount()Crowding is a constraint on a neighbor list produced by nearest neighbor search requiring that no more than some value k' of the k neighbors returned have the same value of crowding_attribute.FindNeighborsRequest.Query.Builder.clearRanking()FindNeighborsRequest.Query.Builder.clearRrf()Optional.FindNeighborsRequest.Builder.getQueriesBuilder(int index) The list of queries.FindNeighborsRequest.Query.Builder.mergeDatapoint(IndexDatapoint value) Required.FindNeighborsRequest.Query.Builder.mergeFrom(FindNeighborsRequest.Query other) FindNeighborsRequest.Query.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FindNeighborsRequest.Query.Builder.mergeFrom(com.google.protobuf.Message other) FindNeighborsRequest.Query.Builder.mergeRrf(FindNeighborsRequest.Query.RRF value) Optional.FindNeighborsRequest.Query.newBuilder()FindNeighborsRequest.Query.newBuilder(FindNeighborsRequest.Query prototype) FindNeighborsRequest.Query.newBuilderForType()protected FindNeighborsRequest.Query.BuilderFindNeighborsRequest.Query.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FindNeighborsRequest.Query.Builder.setApproximateNeighborCount(int value) The number of neighbors to find via approximate search before exact reordering is performed.FindNeighborsRequest.Query.Builder.setDatapoint(IndexDatapoint value) Required.FindNeighborsRequest.Query.Builder.setDatapoint(IndexDatapoint.Builder builderForValue) Required.FindNeighborsRequest.Query.Builder.setFractionLeafNodesToSearchOverride(double value) The fraction of the number of leaves to search, set at query time allows user to tune search performance.FindNeighborsRequest.Query.Builder.setNeighborCount(int value) The number of nearest neighbors to be retrieved from database for each query.FindNeighborsRequest.Query.Builder.setPerCrowdingAttributeNeighborCount(int value) Crowding is a constraint on a neighbor list produced by nearest neighbor search requiring that no more than some value k' of the k neighbors returned have the same value of crowding_attribute.FindNeighborsRequest.Query.Builder.setRrf(FindNeighborsRequest.Query.RRF value) Optional.FindNeighborsRequest.Query.Builder.setRrf(FindNeighborsRequest.Query.RRF.Builder builderForValue) Optional.FindNeighborsRequest.Query.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FindNeighborsRequest.Query.BuilderModifier and TypeMethodDescriptionFindNeighborsRequest.Builder.getQueriesBuilderList()The list of queries.Methods in com.google.cloud.aiplatform.v1 with parameters of type FindNeighborsRequest.Query.BuilderModifier and TypeMethodDescriptionFindNeighborsRequest.Builder.addQueries(int index, FindNeighborsRequest.Query.Builder builderForValue) The list of queries.FindNeighborsRequest.Builder.addQueries(FindNeighborsRequest.Query.Builder builderForValue) The list of queries.FindNeighborsRequest.Builder.setQueries(int index, FindNeighborsRequest.Query.Builder builderForValue) The list of queries.