Uses of Class
com.google.cloud.aiplatform.v1.FindNeighborsRequest
-
Packages that use FindNeighborsRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of FindNeighborsRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FindNeighborsRequest Modifier and Type Method Description FindNeighborsRequestFindNeighborsRequest.Builder. build()FindNeighborsRequestFindNeighborsRequest.Builder. buildPartial()static FindNeighborsRequestFindNeighborsRequest. getDefaultInstance()FindNeighborsRequestFindNeighborsRequest.Builder. getDefaultInstanceForType()FindNeighborsRequestFindNeighborsRequest. getDefaultInstanceForType()static FindNeighborsRequestFindNeighborsRequest. parseDelimitedFrom(InputStream input)static FindNeighborsRequestFindNeighborsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FindNeighborsRequestFindNeighborsRequest. parseFrom(byte[] data)static FindNeighborsRequestFindNeighborsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FindNeighborsRequestFindNeighborsRequest. parseFrom(com.google.protobuf.ByteString data)static FindNeighborsRequestFindNeighborsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FindNeighborsRequestFindNeighborsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static FindNeighborsRequestFindNeighborsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FindNeighborsRequestFindNeighborsRequest. parseFrom(InputStream input)static FindNeighborsRequestFindNeighborsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FindNeighborsRequestFindNeighborsRequest. parseFrom(ByteBuffer data)static FindNeighborsRequestFindNeighborsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 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.v1 with parameters of type FindNeighborsRequest Modifier and Type Method Description FindNeighborsResponseMatchServiceClient. findNeighbors(FindNeighborsRequest request)Finds the nearest neighbors of each vector within the request.default voidMatchServiceGrpc.AsyncService. findNeighbors(FindNeighborsRequest request, io.grpc.stub.StreamObserver<FindNeighborsResponse> responseObserver)Finds the nearest neighbors of each vector within the request.FindNeighborsResponseMatchServiceGrpc.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.voidMatchServiceGrpc.MatchServiceStub. findNeighbors(FindNeighborsRequest request, io.grpc.stub.StreamObserver<FindNeighborsResponse> responseObserver)Finds the nearest neighbors of each vector within the request.FindNeighborsRequest.BuilderFindNeighborsRequest.Builder. mergeFrom(FindNeighborsRequest other)static FindNeighborsRequest.BuilderFindNeighborsRequest. newBuilder(FindNeighborsRequest prototype) -
Uses of FindNeighborsRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.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.
-