public static final class IndexServiceGrpc.IndexServiceFutureStub extends io.grpc.stub.AbstractFutureStub<IndexServiceGrpc.IndexServiceFutureStub>
A service for creating and managing Vertex AI's Index resources.
| Modifier and Type | Method and Description |
|---|---|
protected IndexServiceGrpc.IndexServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
createIndex(CreateIndexRequest request)
Creates an Index.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deleteIndex(DeleteIndexRequest request)
Deletes an Index.
|
com.google.common.util.concurrent.ListenableFuture<Index> |
getIndex(GetIndexRequest request)
Gets an Index.
|
com.google.common.util.concurrent.ListenableFuture<ListIndexesResponse> |
listIndexes(ListIndexesRequest request)
Lists Indexes in a Location.
|
com.google.common.util.concurrent.ListenableFuture<RemoveDatapointsResponse> |
removeDatapoints(RemoveDatapointsRequest request)
Remove Datapoints from an Index.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
updateIndex(UpdateIndexRequest request)
Updates an Index.
|
com.google.common.util.concurrent.ListenableFuture<UpsertDatapointsResponse> |
upsertDatapoints(UpsertDatapointsRequest request)
Add/update Datapoints into an Index.
|
protected IndexServiceGrpc.IndexServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<IndexServiceGrpc.IndexServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createIndex(CreateIndexRequest request)
Creates an Index.
public com.google.common.util.concurrent.ListenableFuture<Index> getIndex(GetIndexRequest request)
Gets an Index.
public com.google.common.util.concurrent.ListenableFuture<ListIndexesResponse> listIndexes(ListIndexesRequest request)
Lists Indexes in a Location.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> updateIndex(UpdateIndexRequest request)
Updates an Index.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteIndex(DeleteIndexRequest request)
Deletes an Index. An Index can only be deleted when all its [DeployedIndexes][google.cloud.aiplatform.v1beta1.Index.deployed_indexes] had been undeployed.
public com.google.common.util.concurrent.ListenableFuture<UpsertDatapointsResponse> upsertDatapoints(UpsertDatapointsRequest request)
Add/update Datapoints into an Index.
public com.google.common.util.concurrent.ListenableFuture<RemoveDatapointsResponse> removeDatapoints(RemoveDatapointsRequest request)
Remove Datapoints from an Index.
Copyright © 2024 Google LLC. All rights reserved.