Class MatchServiceGrpc.MatchServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<MatchServiceGrpc.MatchServiceBlockingStub>
-
- com.google.cloud.aiplatform.v1beta1.MatchServiceGrpc.MatchServiceBlockingStub
-
- Enclosing class:
- MatchServiceGrpc
public static final class MatchServiceGrpc.MatchServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<MatchServiceGrpc.MatchServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service MatchService.MatchService is a Google managed service for efficient vector similarity search at scale.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MatchServiceGrpc.MatchServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)FindNeighborsResponsefindNeighbors(FindNeighborsRequest request)Finds the nearest neighbors of each vector within the request.ReadIndexDatapointsResponsereadIndexDatapoints(ReadIndexDatapointsRequest request)Reads the datapoints/vectors of the given IDs.
-
-
-
Method Detail
-
build
protected MatchServiceGrpc.MatchServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MatchServiceGrpc.MatchServiceBlockingStub>
-
findNeighbors
public FindNeighborsResponse findNeighbors(FindNeighborsRequest request)
Finds the nearest neighbors of each vector within the request.
-
readIndexDatapoints
public ReadIndexDatapointsResponse readIndexDatapoints(ReadIndexDatapointsRequest request)
Reads the datapoints/vectors of the given IDs. A maximum of 1000 datapoints can be retrieved in a batch.
-
-