Uses of Class
com.google.cloud.aiplatform.v1.NearestNeighbors.Neighbor
Packages that use NearestNeighbors.Neighbor
-
Uses of NearestNeighbors.Neighbor in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NearestNeighbors.NeighborModifier and TypeMethodDescriptionNearestNeighbors.Neighbor.Builder.build()NearestNeighbors.Neighbor.Builder.buildPartial()static NearestNeighbors.NeighborNearestNeighbors.Neighbor.getDefaultInstance()NearestNeighbors.Neighbor.Builder.getDefaultInstanceForType()NearestNeighbors.Neighbor.getDefaultInstanceForType()NearestNeighbors.Builder.getNeighbors(int index) All its neighbors.NearestNeighbors.getNeighbors(int index) All its neighbors.NearestNeighborsOrBuilder.getNeighbors(int index) All its neighbors.static NearestNeighbors.NeighborNearestNeighbors.Neighbor.parseDelimitedFrom(InputStream input) static NearestNeighbors.NeighborNearestNeighbors.Neighbor.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NearestNeighbors.NeighborNearestNeighbors.Neighbor.parseFrom(byte[] data) static NearestNeighbors.NeighborNearestNeighbors.Neighbor.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NearestNeighbors.NeighborNearestNeighbors.Neighbor.parseFrom(com.google.protobuf.ByteString data) static NearestNeighbors.NeighborNearestNeighbors.Neighbor.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NearestNeighbors.NeighborNearestNeighbors.Neighbor.parseFrom(com.google.protobuf.CodedInputStream input) static NearestNeighbors.NeighborNearestNeighbors.Neighbor.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NearestNeighbors.NeighborNearestNeighbors.Neighbor.parseFrom(InputStream input) static NearestNeighbors.NeighborNearestNeighbors.Neighbor.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NearestNeighbors.NeighborNearestNeighbors.Neighbor.parseFrom(ByteBuffer data) static NearestNeighbors.NeighborNearestNeighbors.Neighbor.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type NearestNeighbors.NeighborModifier and TypeMethodDescriptionNearestNeighbors.Builder.getNeighborsList()All its neighbors.NearestNeighbors.getNeighborsList()All its neighbors.NearestNeighborsOrBuilder.getNeighborsList()All its neighbors.com.google.protobuf.Parser<NearestNeighbors.Neighbor>NearestNeighbors.Neighbor.getParserForType()static com.google.protobuf.Parser<NearestNeighbors.Neighbor>NearestNeighbors.Neighbor.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type NearestNeighbors.NeighborModifier and TypeMethodDescriptionNearestNeighbors.Builder.addNeighbors(int index, NearestNeighbors.Neighbor value) All its neighbors.NearestNeighbors.Builder.addNeighbors(NearestNeighbors.Neighbor value) All its neighbors.NearestNeighbors.Neighbor.Builder.mergeFrom(NearestNeighbors.Neighbor other) NearestNeighbors.Neighbor.newBuilder(NearestNeighbors.Neighbor prototype) NearestNeighbors.Builder.setNeighbors(int index, NearestNeighbors.Neighbor value) All its neighbors.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type NearestNeighbors.NeighborModifier and TypeMethodDescriptionNearestNeighbors.Builder.addAllNeighbors(Iterable<? extends NearestNeighbors.Neighbor> values) All its neighbors.