Uses of Class
com.google.cloud.aiplatform.v1.FindNeighborsResponse.NearestNeighbors
Packages that use FindNeighborsResponse.NearestNeighbors
-
Uses of FindNeighborsResponse.NearestNeighbors in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FindNeighborsResponse.NearestNeighborsModifier and TypeMethodDescriptionFindNeighborsResponse.NearestNeighbors.Builder.build()FindNeighborsResponse.NearestNeighbors.Builder.buildPartial()FindNeighborsResponse.NearestNeighbors.getDefaultInstance()FindNeighborsResponse.NearestNeighbors.Builder.getDefaultInstanceForType()FindNeighborsResponse.NearestNeighbors.getDefaultInstanceForType()FindNeighborsResponse.Builder.getNearestNeighbors(int index) The nearest neighbors of the query datapoints.FindNeighborsResponse.getNearestNeighbors(int index) The nearest neighbors of the query datapoints.FindNeighborsResponseOrBuilder.getNearestNeighbors(int index) The nearest neighbors of the query datapoints.FindNeighborsResponse.NearestNeighbors.parseDelimitedFrom(InputStream input) FindNeighborsResponse.NearestNeighbors.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FindNeighborsResponse.NearestNeighbors.parseFrom(byte[] data) FindNeighborsResponse.NearestNeighbors.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FindNeighborsResponse.NearestNeighbors.parseFrom(com.google.protobuf.ByteString data) FindNeighborsResponse.NearestNeighbors.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FindNeighborsResponse.NearestNeighbors.parseFrom(com.google.protobuf.CodedInputStream input) FindNeighborsResponse.NearestNeighbors.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FindNeighborsResponse.NearestNeighbors.parseFrom(InputStream input) FindNeighborsResponse.NearestNeighbors.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FindNeighborsResponse.NearestNeighbors.parseFrom(ByteBuffer data) FindNeighborsResponse.NearestNeighbors.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FindNeighborsResponse.NearestNeighborsModifier and TypeMethodDescriptionFindNeighborsResponse.Builder.getNearestNeighborsList()The nearest neighbors of the query datapoints.FindNeighborsResponse.getNearestNeighborsList()The nearest neighbors of the query datapoints.FindNeighborsResponseOrBuilder.getNearestNeighborsList()The nearest neighbors of the query datapoints.com.google.protobuf.Parser<FindNeighborsResponse.NearestNeighbors>FindNeighborsResponse.NearestNeighbors.getParserForType()static com.google.protobuf.Parser<FindNeighborsResponse.NearestNeighbors>FindNeighborsResponse.NearestNeighbors.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type FindNeighborsResponse.NearestNeighborsModifier and TypeMethodDescriptionFindNeighborsResponse.Builder.addNearestNeighbors(int index, FindNeighborsResponse.NearestNeighbors value) The nearest neighbors of the query datapoints.FindNeighborsResponse.Builder.addNearestNeighbors(FindNeighborsResponse.NearestNeighbors value) The nearest neighbors of the query datapoints.FindNeighborsResponse.NearestNeighbors.Builder.mergeFrom(FindNeighborsResponse.NearestNeighbors other) FindNeighborsResponse.NearestNeighbors.newBuilder(FindNeighborsResponse.NearestNeighbors prototype) FindNeighborsResponse.Builder.setNearestNeighbors(int index, FindNeighborsResponse.NearestNeighbors value) The nearest neighbors of the query datapoints.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type FindNeighborsResponse.NearestNeighborsModifier and TypeMethodDescriptionFindNeighborsResponse.Builder.addAllNearestNeighbors(Iterable<? extends FindNeighborsResponse.NearestNeighbors> values) The nearest neighbors of the query datapoints.