Uses of Class
com.google.cloud.aiplatform.v1beta1.FindNeighborsRequest
-
Packages that use FindNeighborsRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of FindNeighborsRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return FindNeighborsRequest Modifier and Type Method Description FindNeighborsRequest
FindNeighborsRequest.Builder. build()
FindNeighborsRequest
FindNeighborsRequest.Builder. buildPartial()
static FindNeighborsRequest
FindNeighborsRequest. getDefaultInstance()
FindNeighborsRequest
FindNeighborsRequest.Builder. getDefaultInstanceForType()
FindNeighborsRequest
FindNeighborsRequest. getDefaultInstanceForType()
static FindNeighborsRequest
FindNeighborsRequest. parseDelimitedFrom(InputStream input)
static FindNeighborsRequest
FindNeighborsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FindNeighborsRequest
FindNeighborsRequest. parseFrom(byte[] data)
static FindNeighborsRequest
FindNeighborsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FindNeighborsRequest
FindNeighborsRequest. parseFrom(com.google.protobuf.ByteString data)
static FindNeighborsRequest
FindNeighborsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FindNeighborsRequest
FindNeighborsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static FindNeighborsRequest
FindNeighborsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FindNeighborsRequest
FindNeighborsRequest. parseFrom(InputStream input)
static FindNeighborsRequest
FindNeighborsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FindNeighborsRequest
FindNeighborsRequest. parseFrom(ByteBuffer data)
static FindNeighborsRequest
FindNeighborsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type FindNeighborsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<FindNeighborsRequest,FindNeighborsResponse>
MatchServiceClient. findNeighborsCallable()
Finds the nearest neighbors of each vector within the request.com.google.api.gax.rpc.UnaryCallSettings.Builder<FindNeighborsRequest,FindNeighborsResponse>
MatchServiceSettings.Builder. findNeighborsSettings()
Returns the builder for the settings used for calls to findNeighbors.com.google.api.gax.rpc.UnaryCallSettings<FindNeighborsRequest,FindNeighborsResponse>
MatchServiceSettings. findNeighborsSettings()
Returns the object with the settings used for calls to findNeighbors.static io.grpc.MethodDescriptor<FindNeighborsRequest,FindNeighborsResponse>
MatchServiceGrpc. getFindNeighborsMethod()
com.google.protobuf.Parser<FindNeighborsRequest>
FindNeighborsRequest. getParserForType()
static com.google.protobuf.Parser<FindNeighborsRequest>
FindNeighborsRequest. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type FindNeighborsRequest Modifier and Type Method Description FindNeighborsResponse
MatchServiceClient. findNeighbors(FindNeighborsRequest request)
Finds the nearest neighbors of each vector within the request.default void
MatchServiceGrpc.AsyncService. findNeighbors(FindNeighborsRequest request, io.grpc.stub.StreamObserver<FindNeighborsResponse> responseObserver)
Finds the nearest neighbors of each vector within the request.FindNeighborsResponse
MatchServiceGrpc.MatchServiceBlockingStub. findNeighbors(FindNeighborsRequest request)
Finds the nearest neighbors of each vector within the request.com.google.common.util.concurrent.ListenableFuture<FindNeighborsResponse>
MatchServiceGrpc.MatchServiceFutureStub. findNeighbors(FindNeighborsRequest request)
Finds the nearest neighbors of each vector within the request.void
MatchServiceGrpc.MatchServiceStub. findNeighbors(FindNeighborsRequest request, io.grpc.stub.StreamObserver<FindNeighborsResponse> responseObserver)
Finds the nearest neighbors of each vector within the request.FindNeighborsRequest.Builder
FindNeighborsRequest.Builder. mergeFrom(FindNeighborsRequest other)
static FindNeighborsRequest.Builder
FindNeighborsRequest. newBuilder(FindNeighborsRequest prototype)
-
Uses of FindNeighborsRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type FindNeighborsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<FindNeighborsRequest,FindNeighborsResponse>
GrpcMatchServiceStub. findNeighborsCallable()
com.google.api.gax.rpc.UnaryCallable<FindNeighborsRequest,FindNeighborsResponse>
MatchServiceStub. findNeighborsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<FindNeighborsRequest,FindNeighborsResponse>
MatchServiceStubSettings.Builder. findNeighborsSettings()
Returns the builder for the settings used for calls to findNeighbors.com.google.api.gax.rpc.UnaryCallSettings<FindNeighborsRequest,FindNeighborsResponse>
MatchServiceStubSettings. findNeighborsSettings()
Returns the object with the settings used for calls to findNeighbors.
-