public static interface FindNeighborsResponse.NearestNeighborsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The ID of the query datapoint.
|
com.google.protobuf.ByteString |
getIdBytes()
The ID of the query datapoint.
|
FindNeighborsResponse.Neighbor |
getNeighbors(int index)
All its neighbors.
|
int |
getNeighborsCount()
All its neighbors.
|
List<FindNeighborsResponse.Neighbor> |
getNeighborsList()
All its neighbors.
|
FindNeighborsResponse.NeighborOrBuilder |
getNeighborsOrBuilder(int index)
All its neighbors.
|
List<? extends FindNeighborsResponse.NeighborOrBuilder> |
getNeighborsOrBuilderList()
All its neighbors.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
The ID of the query datapoint.
string id = 1;com.google.protobuf.ByteString getIdBytes()
The ID of the query datapoint.
string id = 1;List<FindNeighborsResponse.Neighbor> getNeighborsList()
All its neighbors.
repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.Neighbor neighbors = 2;
FindNeighborsResponse.Neighbor getNeighbors(int index)
All its neighbors.
repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.Neighbor neighbors = 2;
int getNeighborsCount()
All its neighbors.
repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.Neighbor neighbors = 2;
List<? extends FindNeighborsResponse.NeighborOrBuilder> getNeighborsOrBuilderList()
All its neighbors.
repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.Neighbor neighbors = 2;
FindNeighborsResponse.NeighborOrBuilder getNeighborsOrBuilder(int index)
All its neighbors.
repeated .google.cloud.aiplatform.v1.FindNeighborsResponse.Neighbor neighbors = 2;
Copyright © 2023 Google LLC. All rights reserved.