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