| Interface | Description |
|---|---|
| DeleteRequestOrBuilder | |
| DeleteResponseOrBuilder | |
| DescribeIndexStatsRequestOrBuilder | |
| DescribeIndexStatsResponseOrBuilder | |
| FetchRequestOrBuilder | |
| FetchResponseOrBuilder | |
| NamespaceSummaryOrBuilder | |
| QueryRequestOrBuilder | |
| QueryResponseOrBuilder | |
| QueryVectorOrBuilder | |
| ScoredVectorOrBuilder | |
| SingleQueryResultsOrBuilder | |
| SparseValuesOrBuilder | |
| UpdateRequestOrBuilder | |
| UpdateResponseOrBuilder | |
| UpsertRequestOrBuilder | |
| UpsertResponseOrBuilder | |
| VectorOrBuilder | |
| VectorServiceGrpc.AsyncService |
The `VectorService` interface is exposed by Pinecone's vector index services.
|
| Class | Description |
|---|---|
| DeleteRequest |
The request for the `Delete` operation.
|
| DeleteRequest.Builder |
The request for the `Delete` operation.
|
| DeleteResponse |
The response for the `Delete` operation.
|
| DeleteResponse.Builder |
The response for the `Delete` operation.
|
| DescribeIndexStatsRequest |
The request for the `DescribeIndexStats` operation.
|
| DescribeIndexStatsRequest.Builder |
The request for the `DescribeIndexStats` operation.
|
| DescribeIndexStatsResponse |
The response for the `DescribeIndexStats` operation.
|
| DescribeIndexStatsResponse.Builder |
The response for the `DescribeIndexStats` operation.
|
| FetchRequest |
The request for the `Fetch` operation.
|
| FetchRequest.Builder |
The request for the `Fetch` operation.
|
| FetchResponse |
The response for the `Fetch` operation.
|
| FetchResponse.Builder |
The response for the `Fetch` operation.
|
| NamespaceSummary |
A summary of the contents of a namespace.
|
| NamespaceSummary.Builder |
A summary of the contents of a namespace.
|
| QueryRequest |
The request for the `Query` operation.
|
| QueryRequest.Builder |
The request for the `Query` operation.
|
| QueryResponse |
The response for the `Query` operation.
|
| QueryResponse.Builder |
The response for the `Query` operation.
|
| QueryVector |
A single query vector within a `QueryRequest`.
|
| QueryVector.Builder |
A single query vector within a `QueryRequest`.
|
| ScoredVector |
Protobuf type
ScoredVector |
| ScoredVector.Builder |
Protobuf type
ScoredVector |
| SingleQueryResults |
The query results for a single `QueryVector`
|
| SingleQueryResults.Builder |
The query results for a single `QueryVector`
|
| SparseValues |
Vector sparse data.
|
| SparseValues.Builder |
Vector sparse data.
|
| UpdateRequest |
The request for the `Upsert` operation.
|
| UpdateRequest.Builder |
The request for the `Upsert` operation.
|
| UpdateResponse |
The response for the `Update` operation.
|
| UpdateResponse.Builder |
The response for the `Update` operation.
|
| UpsertRequest |
The request for the `Upsert` operation.
|
| UpsertRequest.Builder |
The request for the `Upsert` operation.
|
| UpsertResponse |
The response for the `Upsert` operation.
|
| UpsertResponse.Builder |
The response for the `Upsert` operation.
|
| Vector |
Protobuf type
Vector |
| Vector.Builder |
Protobuf type
Vector |
| VectorServiceGrpc |
The `VectorService` interface is exposed by Pinecone's vector index services.
|
| VectorServiceGrpc.VectorServiceBlockingStub |
A stub to allow clients to do synchronous rpc calls to service VectorService.
|
| VectorServiceGrpc.VectorServiceFutureStub |
A stub to allow clients to do ListenableFuture-style rpc calls to service VectorService.
|
| VectorServiceGrpc.VectorServiceImplBase |
Base class for the server implementation of the service VectorService.
|
| VectorServiceGrpc.VectorServiceStub |
A stub to allow clients to do asynchronous rpc calls to service VectorService.
|
| VectorServiceOuterClass |