searchAndFetchVectors method

ResponseFuture<SearchAndFetchVectorsResponse_> searchAndFetchVectors(
  1. SearchAndFetchVectorsRequest_ request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$5.SearchAndFetchVectorsResponse_> searchAndFetchVectors(
    $5.SearchAndFetchVectorsRequest_ request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$searchAndFetchVectors, request, options: options);
}