Package com.google.cloud.aiplatform.v1
Interface NearestNeighborsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NearestNeighbors,NearestNeighbors.Builder
@Generated
public interface NearestNeighborsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNeighbors(int index) All its neighbors.intAll its neighbors.All its neighbors.getNeighborsOrBuilder(int index) All its neighbors.List<? extends NearestNeighbors.NeighborOrBuilder>All its neighbors.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNeighborsList
List<NearestNeighbors.Neighbor> getNeighborsList()All its neighbors.
repeated .google.cloud.aiplatform.v1.NearestNeighbors.Neighbor neighbors = 1; -
getNeighbors
All its neighbors.
repeated .google.cloud.aiplatform.v1.NearestNeighbors.Neighbor neighbors = 1; -
getNeighborsCount
int getNeighborsCount()All its neighbors.
repeated .google.cloud.aiplatform.v1.NearestNeighbors.Neighbor neighbors = 1; -
getNeighborsOrBuilderList
List<? extends NearestNeighbors.NeighborOrBuilder> getNeighborsOrBuilderList()All its neighbors.
repeated .google.cloud.aiplatform.v1.NearestNeighbors.Neighbor neighbors = 1; -
getNeighborsOrBuilder
All its neighbors.
repeated .google.cloud.aiplatform.v1.NearestNeighbors.Neighbor neighbors = 1;
-