Uses of Class
com.google.cloud.aiplatform.v1.FindNeighborsResponse.Builder
Packages that use FindNeighborsResponse.Builder
-
Uses of FindNeighborsResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FindNeighborsResponse.BuilderModifier and TypeMethodDescriptionFindNeighborsResponse.Builder.addAllNearestNeighbors(Iterable<? extends FindNeighborsResponse.NearestNeighbors> values) The nearest neighbors of the query datapoints.FindNeighborsResponse.Builder.addNearestNeighbors(int index, FindNeighborsResponse.NearestNeighbors value) The nearest neighbors of the query datapoints.FindNeighborsResponse.Builder.addNearestNeighbors(int index, FindNeighborsResponse.NearestNeighbors.Builder builderForValue) The nearest neighbors of the query datapoints.FindNeighborsResponse.Builder.addNearestNeighbors(FindNeighborsResponse.NearestNeighbors value) The nearest neighbors of the query datapoints.FindNeighborsResponse.Builder.addNearestNeighbors(FindNeighborsResponse.NearestNeighbors.Builder builderForValue) The nearest neighbors of the query datapoints.FindNeighborsResponse.Builder.clear()FindNeighborsResponse.Builder.clearNearestNeighbors()The nearest neighbors of the query datapoints.FindNeighborsResponse.Builder.mergeFrom(FindNeighborsResponse other) FindNeighborsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FindNeighborsResponse.Builder.mergeFrom(com.google.protobuf.Message other) FindNeighborsResponse.newBuilder()FindNeighborsResponse.newBuilder(FindNeighborsResponse prototype) FindNeighborsResponse.newBuilderForType()protected FindNeighborsResponse.BuilderFindNeighborsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FindNeighborsResponse.Builder.removeNearestNeighbors(int index) The nearest neighbors of the query datapoints.FindNeighborsResponse.Builder.setNearestNeighbors(int index, FindNeighborsResponse.NearestNeighbors value) The nearest neighbors of the query datapoints.FindNeighborsResponse.Builder.setNearestNeighbors(int index, FindNeighborsResponse.NearestNeighbors.Builder builderForValue) The nearest neighbors of the query datapoints.FindNeighborsResponse.toBuilder()