Uses of Class
com.google.cloud.aiplatform.v1.Neighbor
-
Packages that use Neighbor Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of Neighbor in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Neighbor Modifier and Type Method Description NeighborNeighbor.Builder. build()NeighborNeighbor.Builder. buildPartial()static NeighborNeighbor. getDefaultInstance()NeighborNeighbor.Builder. getDefaultInstanceForType()NeighborNeighbor. getDefaultInstanceForType()NeighborExplanation.Builder. getNeighbors(int index)Output only.NeighborExplanation. getNeighbors(int index)Output only.NeighborExplanationOrBuilder. 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 Neighbor Modifier and Type Method Description List<Neighbor>Explanation.Builder. getNeighborsList()Output only.List<Neighbor>Explanation. getNeighborsList()Output only.List<Neighbor>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 Neighbor Modifier and Type Method Description Explanation.BuilderExplanation.Builder. addNeighbors(int index, Neighbor value)Output only.Explanation.BuilderExplanation.Builder. addNeighbors(Neighbor value)Output only.Neighbor.BuilderNeighbor.Builder. mergeFrom(Neighbor other)static Neighbor.BuilderNeighbor. newBuilder(Neighbor prototype)Explanation.BuilderExplanation.Builder. setNeighbors(int index, Neighbor value)Output only.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type Neighbor Modifier and Type Method Description Explanation.BuilderExplanation.Builder. addAllNeighbors(Iterable<? extends Neighbor> values)Output only.
-