public interface DescribeIndexStatsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getFilter()
If specified, the metadata filter here will be used to select the vectors to get stats about.
|
com.google.protobuf.StructOrBuilder |
getFilterOrBuilder()
If specified, the metadata filter here will be used to select the vectors to get stats about.
|
boolean |
hasFilter()
If specified, the metadata filter here will be used to select the vectors to get stats about.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFilter()
If specified, the metadata filter here will be used to select the vectors to get stats about. See https://www.pinecone.io/docs/metadata-filtering/`
.google.protobuf.Struct filter = 1;com.google.protobuf.Struct getFilter()
If specified, the metadata filter here will be used to select the vectors to get stats about. See https://www.pinecone.io/docs/metadata-filtering/`
.google.protobuf.Struct filter = 1;com.google.protobuf.StructOrBuilder getFilterOrBuilder()
If specified, the metadata filter here will be used to select the vectors to get stats about. See https://www.pinecone.io/docs/metadata-filtering/`
.google.protobuf.Struct filter = 1;