public interface DescribeIndexStatsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getFilter()
If this parameter is present, the operation only returns statistics
for vectors that satisfy the filter.
|
com.google.protobuf.StructOrBuilder |
getFilterOrBuilder()
If this parameter is present, the operation only returns statistics
for vectors that satisfy the filter.
|
boolean |
hasFilter()
If this parameter is present, the operation only returns statistics
for vectors that satisfy the filter.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFilter()
If this parameter is present, the operation only returns statistics for vectors that satisfy the filter. See https://www.pinecone.io/docs/metadata-filtering/.
.google.protobuf.Struct filter = 1;com.google.protobuf.Struct getFilter()
If this parameter is present, the operation only returns statistics for vectors that satisfy the filter. See https://www.pinecone.io/docs/metadata-filtering/.
.google.protobuf.Struct filter = 1;com.google.protobuf.StructOrBuilder getFilterOrBuilder()
If this parameter is present, the operation only returns statistics for vectors that satisfy the filter. See https://www.pinecone.io/docs/metadata-filtering/.
.google.protobuf.Struct filter = 1;