public interface DeleteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDeleteAll()
This indicates that all vectors in the index namespace should be deleted.
|
com.google.protobuf.Struct |
getFilter()
If specified, the metadata filter here will be used to select the vectors to delete.
|
com.google.protobuf.StructOrBuilder |
getFilterOrBuilder()
If specified, the metadata filter here will be used to select the vectors to delete.
|
java.lang.String |
getIds(int index)
Vectors to delete.
|
com.google.protobuf.ByteString |
getIdsBytes(int index)
Vectors to delete.
|
int |
getIdsCount()
Vectors to delete.
|
java.util.List<java.lang.String> |
getIdsList()
Vectors to delete.
|
java.lang.String |
getNamespace()
The namespace to delete vectors from, if applicable.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
The namespace to delete vectors from, if applicable.
|
boolean |
hasFilter()
If specified, the metadata filter here will be used to select the vectors to delete.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getIdsList()
Vectors to delete.
repeated string ids = 1;int getIdsCount()
Vectors to delete.
repeated string ids = 1;java.lang.String getIds(int index)
Vectors to delete.
repeated string ids = 1;index - The index of the element to return.com.google.protobuf.ByteString getIdsBytes(int index)
Vectors to delete.
repeated string ids = 1;index - The index of the value to return.boolean getDeleteAll()
This indicates that all vectors in the index namespace should be deleted.
bool delete_all = 2;java.lang.String getNamespace()
The namespace to delete vectors from, if applicable.
string namespace = 3;com.google.protobuf.ByteString getNamespaceBytes()
The namespace to delete vectors from, if applicable.
string namespace = 3;boolean hasFilter()
If specified, the metadata filter here will be used to select the vectors to delete. This is mutually exclusive with specifying ids to delete in the ids param or using delete_all=True. See https://www.pinecone.io/docs/metadata-filtering/.
.google.protobuf.Struct filter = 4;com.google.protobuf.Struct getFilter()
If specified, the metadata filter here will be used to select the vectors to delete. This is mutually exclusive with specifying ids to delete in the ids param or using delete_all=True. See https://www.pinecone.io/docs/metadata-filtering/.
.google.protobuf.Struct filter = 4;com.google.protobuf.StructOrBuilder getFilterOrBuilder()
If specified, the metadata filter here will be used to select the vectors to delete. This is mutually exclusive with specifying ids to delete in the ids param or using delete_all=True. See https://www.pinecone.io/docs/metadata-filtering/.
.google.protobuf.Struct filter = 4;