Uses of Class
com.google.cloud.aiplatform.v1.FindNeighborsResponse.Neighbor.Builder
Packages that use FindNeighborsResponse.Neighbor.Builder
-
Uses of FindNeighborsResponse.Neighbor.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FindNeighborsResponse.Neighbor.BuilderModifier and TypeMethodDescriptionFindNeighborsResponse.NearestNeighbors.Builder.addNeighborsBuilder()All its neighbors.FindNeighborsResponse.NearestNeighbors.Builder.addNeighborsBuilder(int index) All its neighbors.FindNeighborsResponse.Neighbor.Builder.clear()FindNeighborsResponse.Neighbor.Builder.clearDatapoint()The datapoint of the neighbor.FindNeighborsResponse.Neighbor.Builder.clearDistance()The distance between the neighbor and the dense embedding query.FindNeighborsResponse.Neighbor.Builder.clearSparseDistance()The distance between the neighbor and the query sparse_embedding.FindNeighborsResponse.NearestNeighbors.Builder.getNeighborsBuilder(int index) All its neighbors.FindNeighborsResponse.Neighbor.Builder.mergeDatapoint(IndexDatapoint value) The datapoint of the neighbor.FindNeighborsResponse.Neighbor.Builder.mergeFrom(FindNeighborsResponse.Neighbor other) FindNeighborsResponse.Neighbor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FindNeighborsResponse.Neighbor.Builder.mergeFrom(com.google.protobuf.Message other) FindNeighborsResponse.Neighbor.newBuilder()FindNeighborsResponse.Neighbor.newBuilder(FindNeighborsResponse.Neighbor prototype) FindNeighborsResponse.Neighbor.newBuilderForType()protected FindNeighborsResponse.Neighbor.BuilderFindNeighborsResponse.Neighbor.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FindNeighborsResponse.Neighbor.Builder.setDatapoint(IndexDatapoint value) The datapoint of the neighbor.FindNeighborsResponse.Neighbor.Builder.setDatapoint(IndexDatapoint.Builder builderForValue) The datapoint of the neighbor.FindNeighborsResponse.Neighbor.Builder.setDistance(double value) The distance between the neighbor and the dense embedding query.FindNeighborsResponse.Neighbor.Builder.setSparseDistance(double value) The distance between the neighbor and the query sparse_embedding.FindNeighborsResponse.Neighbor.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FindNeighborsResponse.Neighbor.BuilderModifier and TypeMethodDescriptionFindNeighborsResponse.NearestNeighbors.Builder.getNeighborsBuilderList()All its neighbors.Methods in com.google.cloud.aiplatform.v1 with parameters of type FindNeighborsResponse.Neighbor.BuilderModifier and TypeMethodDescriptionFindNeighborsResponse.NearestNeighbors.Builder.addNeighbors(int index, FindNeighborsResponse.Neighbor.Builder builderForValue) All its neighbors.FindNeighborsResponse.NearestNeighbors.Builder.addNeighbors(FindNeighborsResponse.Neighbor.Builder builderForValue) All its neighbors.FindNeighborsResponse.NearestNeighbors.Builder.setNeighbors(int index, FindNeighborsResponse.Neighbor.Builder builderForValue) All its neighbors.