Uses of Class
com.google.cloud.aiplatform.v1.NearestNeighbors.Builder
Packages that use NearestNeighbors.Builder
-
Uses of NearestNeighbors.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NearestNeighbors.BuilderModifier and TypeMethodDescriptionNearestNeighbors.Builder.addAllNeighbors(Iterable<? extends NearestNeighbors.Neighbor> values) All its neighbors.NearestNeighbors.Builder.addNeighbors(int index, NearestNeighbors.Neighbor value) All its neighbors.NearestNeighbors.Builder.addNeighbors(int index, NearestNeighbors.Neighbor.Builder builderForValue) All its neighbors.NearestNeighbors.Builder.addNeighbors(NearestNeighbors.Neighbor value) All its neighbors.NearestNeighbors.Builder.addNeighbors(NearestNeighbors.Neighbor.Builder builderForValue) All its neighbors.NearestNeighbors.Builder.clear()NearestNeighbors.Builder.clearNeighbors()All its neighbors.SearchNearestEntitiesResponse.Builder.getNearestNeighborsBuilder()The nearest neighbors of the query entity.NearestNeighbors.Builder.mergeFrom(NearestNeighbors other) NearestNeighbors.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NearestNeighbors.Builder.mergeFrom(com.google.protobuf.Message other) static NearestNeighbors.BuilderNearestNeighbors.newBuilder()static NearestNeighbors.BuilderNearestNeighbors.newBuilder(NearestNeighbors prototype) NearestNeighbors.newBuilderForType()protected NearestNeighbors.BuilderNearestNeighbors.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) NearestNeighbors.Builder.removeNeighbors(int index) All its neighbors.NearestNeighbors.Builder.setNeighbors(int index, NearestNeighbors.Neighbor value) All its neighbors.NearestNeighbors.Builder.setNeighbors(int index, NearestNeighbors.Neighbor.Builder builderForValue) All its neighbors.NearestNeighbors.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type NearestNeighbors.BuilderModifier and TypeMethodDescriptionSearchNearestEntitiesResponse.Builder.setNearestNeighbors(NearestNeighbors.Builder builderForValue) The nearest neighbors of the query entity.