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