Interface FindNeighborsResponse.NearestNeighborsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FindNeighborsResponse.NearestNeighbors,FindNeighborsResponse.NearestNeighbors.Builder
- Enclosing class:
- FindNeighborsResponse
public static interface FindNeighborsResponse.NearestNeighborsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()The ID of the query datapoint.com.google.protobuf.ByteStringgetIdBytes()The ID of the query datapoint.FindNeighborsResponse.NeighborgetNeighbors(int index)All its neighbors.intgetNeighborsCount()All its neighbors.List<FindNeighborsResponse.Neighbor>getNeighborsList()All its neighbors.FindNeighborsResponse.NeighborOrBuildergetNeighborsOrBuilder(int index)All its neighbors.List<? extends FindNeighborsResponse.NeighborOrBuilder>getNeighborsOrBuilderList()All its neighbors.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
The ID of the query datapoint.
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
The ID of the query datapoint.
string id = 1;- Returns:
- The bytes for id.
-
getNeighborsList
List<FindNeighborsResponse.Neighbor> getNeighborsList()
All its neighbors.
repeated .google.cloud.aiplatform.v1beta1.FindNeighborsResponse.Neighbor neighbors = 2;
-
getNeighbors
FindNeighborsResponse.Neighbor getNeighbors(int index)
All its neighbors.
repeated .google.cloud.aiplatform.v1beta1.FindNeighborsResponse.Neighbor neighbors = 2;
-
getNeighborsCount
int getNeighborsCount()
All its neighbors.
repeated .google.cloud.aiplatform.v1beta1.FindNeighborsResponse.Neighbor neighbors = 2;
-
getNeighborsOrBuilderList
List<? extends FindNeighborsResponse.NeighborOrBuilder> getNeighborsOrBuilderList()
All its neighbors.
repeated .google.cloud.aiplatform.v1beta1.FindNeighborsResponse.Neighbor neighbors = 2;
-
getNeighborsOrBuilder
FindNeighborsResponse.NeighborOrBuilder getNeighborsOrBuilder(int index)
All its neighbors.
repeated .google.cloud.aiplatform.v1beta1.FindNeighborsResponse.Neighbor neighbors = 2;
-
-