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 Neighbor
Neighbor.Builder. build()
Neighbor
Neighbor.Builder. buildPartial()
static Neighbor
Neighbor. getDefaultInstance()
Neighbor
Neighbor.Builder. getDefaultInstanceForType()
Neighbor
Neighbor. getDefaultInstanceForType()
Neighbor
Explanation.Builder. getNeighbors(int index)
Output only.Neighbor
Explanation. getNeighbors(int index)
Output only.Neighbor
ExplanationOrBuilder. getNeighbors(int index)
Output only.static Neighbor
Neighbor. parseDelimitedFrom(InputStream input)
static Neighbor
Neighbor. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Neighbor
Neighbor. parseFrom(byte[] data)
static Neighbor
Neighbor. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Neighbor
Neighbor. parseFrom(com.google.protobuf.ByteString data)
static Neighbor
Neighbor. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Neighbor
Neighbor. parseFrom(com.google.protobuf.CodedInputStream input)
static Neighbor
Neighbor. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Neighbor
Neighbor. parseFrom(InputStream input)
static Neighbor
Neighbor. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Neighbor
Neighbor. parseFrom(ByteBuffer data)
static Neighbor
Neighbor. 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.Builder
Explanation.Builder. addNeighbors(int index, Neighbor value)
Output only.Explanation.Builder
Explanation.Builder. addNeighbors(Neighbor value)
Output only.Neighbor.Builder
Neighbor.Builder. mergeFrom(Neighbor other)
static Neighbor.Builder
Neighbor. newBuilder(Neighbor prototype)
Explanation.Builder
Explanation.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.Builder
Explanation.Builder. addAllNeighbors(Iterable<? extends Neighbor> values)
Output only.
-