Uses of Class
com.google.cloud.aiplatform.v1.NearestNeighbors.Neighbor.Builder
Packages that use NearestNeighbors.Neighbor.Builder
-
Uses of NearestNeighbors.Neighbor.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NearestNeighbors.Neighbor.BuilderModifier and TypeMethodDescriptionNearestNeighbors.Builder.addNeighborsBuilder()All its neighbors.NearestNeighbors.Builder.addNeighborsBuilder(int index) All its neighbors.NearestNeighbors.Neighbor.Builder.clear()NearestNeighbors.Neighbor.Builder.clearDistance()The distance between the neighbor and the query vector.NearestNeighbors.Neighbor.Builder.clearEntityId()The id of the similar entity.NearestNeighbors.Neighbor.Builder.clearEntityKeyValues()The attributes of the neighbor, e.g. filters, crowding and metadata Note that full entities are returned only when "return_full_entity" is set to true.NearestNeighbors.Builder.getNeighborsBuilder(int index) All its neighbors.NearestNeighbors.Neighbor.Builder.mergeEntityKeyValues(FetchFeatureValuesResponse value) The attributes of the neighbor, e.g. filters, crowding and metadata Note that full entities are returned only when "return_full_entity" is set to true.NearestNeighbors.Neighbor.Builder.mergeFrom(NearestNeighbors.Neighbor other) NearestNeighbors.Neighbor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NearestNeighbors.Neighbor.Builder.mergeFrom(com.google.protobuf.Message other) NearestNeighbors.Neighbor.newBuilder()NearestNeighbors.Neighbor.newBuilder(NearestNeighbors.Neighbor prototype) NearestNeighbors.Neighbor.newBuilderForType()protected NearestNeighbors.Neighbor.BuilderNearestNeighbors.Neighbor.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) NearestNeighbors.Neighbor.Builder.setDistance(double value) The distance between the neighbor and the query vector.NearestNeighbors.Neighbor.Builder.setEntityId(String value) The id of the similar entity.NearestNeighbors.Neighbor.Builder.setEntityIdBytes(com.google.protobuf.ByteString value) The id of the similar entity.NearestNeighbors.Neighbor.Builder.setEntityKeyValues(FetchFeatureValuesResponse value) The attributes of the neighbor, e.g. filters, crowding and metadata Note that full entities are returned only when "return_full_entity" is set to true.NearestNeighbors.Neighbor.Builder.setEntityKeyValues(FetchFeatureValuesResponse.Builder builderForValue) The attributes of the neighbor, e.g. filters, crowding and metadata Note that full entities are returned only when "return_full_entity" is set to true.NearestNeighbors.Neighbor.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type NearestNeighbors.Neighbor.BuilderModifier and TypeMethodDescriptionNearestNeighbors.Builder.getNeighborsBuilderList()All its neighbors.Methods in com.google.cloud.aiplatform.v1 with parameters of type NearestNeighbors.Neighbor.BuilderModifier and TypeMethodDescriptionNearestNeighbors.Builder.addNeighbors(int index, NearestNeighbors.Neighbor.Builder builderForValue) All its neighbors.NearestNeighbors.Builder.addNeighbors(NearestNeighbors.Neighbor.Builder builderForValue) All its neighbors.NearestNeighbors.Builder.setNeighbors(int index, NearestNeighbors.Neighbor.Builder builderForValue) All its neighbors.