Uses of Class
com.google.cloud.aiplatform.v1.Neighbor
Packages that use Neighbor
-
Uses of Neighbor in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NeighborModifier and TypeMethodDescriptionNeighbor.Builder.build()Neighbor.Builder.buildPartial()static NeighborNeighbor.getDefaultInstance()Neighbor.Builder.getDefaultInstanceForType()Neighbor.getDefaultInstanceForType()Explanation.Builder.getNeighbors(int index) Output only.Explanation.getNeighbors(int index) Output only.ExplanationOrBuilder.getNeighbors(int index) Output only.static NeighborNeighbor.parseDelimitedFrom(InputStream input) static NeighborNeighbor.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NeighborNeighbor.parseFrom(byte[] data) static NeighborNeighbor.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NeighborNeighbor.parseFrom(com.google.protobuf.ByteString data) static NeighborNeighbor.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NeighborNeighbor.parseFrom(com.google.protobuf.CodedInputStream input) static NeighborNeighbor.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NeighborNeighbor.parseFrom(InputStream input) static NeighborNeighbor.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NeighborNeighbor.parseFrom(ByteBuffer data) static NeighborNeighbor.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type NeighborModifier and TypeMethodDescriptionExplanation.Builder.getNeighborsList()Output only.Explanation.getNeighborsList()Output only.ExplanationOrBuilder.getNeighborsList()Output only.com.google.protobuf.Parser<Neighbor>Neighbor.getParserForType()static com.google.protobuf.Parser<Neighbor>Neighbor.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type NeighborModifier and TypeMethodDescriptionExplanation.Builder.addNeighbors(int index, Neighbor value) Output only.Explanation.Builder.addNeighbors(Neighbor value) Output only.static Neighbor.BuilderNeighbor.newBuilder(Neighbor prototype) Explanation.Builder.setNeighbors(int index, Neighbor value) Output only.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type NeighborModifier and TypeMethodDescriptionExplanation.Builder.addAllNeighbors(Iterable<? extends Neighbor> values) Output only.