public static final class IndexServiceGrpc.IndexServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<IndexServiceGrpc.IndexServiceBlockingStub>
A service for creating and managing Vertex AI's Index resources.
| Modifier and Type | Method and Description |
|---|---|
protected IndexServiceGrpc.IndexServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.longrunning.Operation |
createIndex(CreateIndexRequest request)
Creates an Index.
|
com.google.longrunning.Operation |
deleteIndex(DeleteIndexRequest request)
Deletes an Index.
|
Index |
getIndex(GetIndexRequest request)
Gets an Index.
|
ListIndexesResponse |
listIndexes(ListIndexesRequest request)
Lists Indexes in a Location.
|
RemoveDatapointsResponse |
removeDatapoints(RemoveDatapointsRequest request)
Remove Datapoints from an Index.
|
com.google.longrunning.Operation |
updateIndex(UpdateIndexRequest request)
Updates an Index.
|
UpsertDatapointsResponse |
upsertDatapoints(UpsertDatapointsRequest request)
Add/update Datapoints into an Index.
|
protected IndexServiceGrpc.IndexServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<IndexServiceGrpc.IndexServiceBlockingStub>public com.google.longrunning.Operation createIndex(CreateIndexRequest request)
Creates an Index.
public Index getIndex(GetIndexRequest request)
Gets an Index.
public ListIndexesResponse listIndexes(ListIndexesRequest request)
Lists Indexes in a Location.
public com.google.longrunning.Operation updateIndex(UpdateIndexRequest request)
Updates an Index.
public 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 UpsertDatapointsResponse upsertDatapoints(UpsertDatapointsRequest request)
Add/update Datapoints into an Index.
public RemoveDatapointsResponse removeDatapoints(RemoveDatapointsRequest request)
Remove Datapoints from an Index.
Copyright © 2024 Google LLC. All rights reserved.