Package com.google.cloud.aiplatform.v1
Interface SearchNearestEntitiesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchNearestEntitiesResponse,SearchNearestEntitiesResponse.Builder
@Generated
public interface SearchNearestEntitiesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe nearest neighbors of the query entity.The nearest neighbors of the query entity.booleanThe nearest neighbors of the query entity.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
-
hasNearestNeighbors
boolean hasNearestNeighbors()The nearest neighbors of the query entity.
.google.cloud.aiplatform.v1.NearestNeighbors nearest_neighbors = 1;- Returns:
- Whether the nearestNeighbors field is set.
-
getNearestNeighbors
NearestNeighbors getNearestNeighbors()The nearest neighbors of the query entity.
.google.cloud.aiplatform.v1.NearestNeighbors nearest_neighbors = 1;- Returns:
- The nearestNeighbors.
-
getNearestNeighborsOrBuilder
NearestNeighborsOrBuilder getNearestNeighborsOrBuilder()The nearest neighbors of the query entity.
.google.cloud.aiplatform.v1.NearestNeighbors nearest_neighbors = 1;
-