public interface NearestNeighborsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NearestNeighbors.Neighbor |
getNeighbors(int index)
All its neighbors.
|
int |
getNeighborsCount()
All its neighbors.
|
List<NearestNeighbors.Neighbor> |
getNeighborsList()
All its neighbors.
|
NearestNeighbors.NeighborOrBuilder |
getNeighborsOrBuilder(int index)
All its neighbors.
|
List<? extends NearestNeighbors.NeighborOrBuilder> |
getNeighborsOrBuilderList()
All its neighbors.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<NearestNeighbors.Neighbor> getNeighborsList()
All its neighbors.
repeated .google.cloud.aiplatform.v1beta1.NearestNeighbors.Neighbor neighbors = 1;NearestNeighbors.Neighbor getNeighbors(int index)
All its neighbors.
repeated .google.cloud.aiplatform.v1beta1.NearestNeighbors.Neighbor neighbors = 1;int getNeighborsCount()
All its neighbors.
repeated .google.cloud.aiplatform.v1beta1.NearestNeighbors.Neighbor neighbors = 1;List<? extends NearestNeighbors.NeighborOrBuilder> getNeighborsOrBuilderList()
All its neighbors.
repeated .google.cloud.aiplatform.v1beta1.NearestNeighbors.Neighbor neighbors = 1;NearestNeighbors.NeighborOrBuilder getNeighborsOrBuilder(int index)
All its neighbors.
repeated .google.cloud.aiplatform.v1beta1.NearestNeighbors.Neighbor neighbors = 1;Copyright © 2024 Google LLC. All rights reserved.