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 Type
    Method
    Description
    The nearest neighbors of the query entity.
    The nearest neighbors of the query entity.
    boolean
    The nearest neighbors of the query entity.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;