Uses of Class
com.google.cloud.aiplatform.v1.Neighbor.Builder
Packages that use Neighbor.Builder
-
Uses of Neighbor.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Neighbor.BuilderModifier and TypeMethodDescriptionExplanation.Builder.addNeighborsBuilder()Output only.Explanation.Builder.addNeighborsBuilder(int index) Output only.Neighbor.Builder.clear()Neighbor.Builder.clearNeighborDistance()Output only.Neighbor.Builder.clearNeighborId()Output only.Explanation.Builder.getNeighborsBuilder(int index) Output only.Neighbor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Neighbor.Builder.mergeFrom(com.google.protobuf.Message other) static Neighbor.BuilderNeighbor.newBuilder()static Neighbor.BuilderNeighbor.newBuilder(Neighbor prototype) Neighbor.newBuilderForType()protected Neighbor.BuilderNeighbor.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Neighbor.Builder.setNeighborDistance(double value) Output only.Neighbor.Builder.setNeighborId(String value) Output only.Neighbor.Builder.setNeighborIdBytes(com.google.protobuf.ByteString value) Output only.Neighbor.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Neighbor.BuilderMethods in com.google.cloud.aiplatform.v1 with parameters of type Neighbor.BuilderModifier and TypeMethodDescriptionExplanation.Builder.addNeighbors(int index, Neighbor.Builder builderForValue) Output only.Explanation.Builder.addNeighbors(Neighbor.Builder builderForValue) Output only.Explanation.Builder.setNeighbors(int index, Neighbor.Builder builderForValue) Output only.