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