public interface DescribeIndexStatsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsNamespaces(java.lang.String key)
A mapping for each namespace in the index from namespace name to a summary of its contents.
|
int |
getDimension()
The dimension of the indexed vectors.
|
float |
getIndexFullness()
The fullness of the index.
|
java.util.Map<java.lang.String,NamespaceSummary> |
getNamespaces()
Deprecated.
|
int |
getNamespacesCount()
A mapping for each namespace in the index from namespace name to a summary of its contents.
|
java.util.Map<java.lang.String,NamespaceSummary> |
getNamespacesMap()
A mapping for each namespace in the index from namespace name to a summary of its contents.
|
NamespaceSummary |
getNamespacesOrDefault(java.lang.String key,
NamespaceSummary defaultValue)
A mapping for each namespace in the index from namespace name to a summary of its contents.
|
NamespaceSummary |
getNamespacesOrThrow(java.lang.String key)
A mapping for each namespace in the index from namespace name to a summary of its contents.
|
int |
getTotalVectorCount()
The total number of vectors in the index
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getNamespacesCount()
A mapping for each namespace in the index from namespace name to a summary of its contents.
map<string, .NamespaceSummary> namespaces = 1;boolean containsNamespaces(java.lang.String key)
A mapping for each namespace in the index from namespace name to a summary of its contents.
map<string, .NamespaceSummary> namespaces = 1;@Deprecated java.util.Map<java.lang.String,NamespaceSummary> getNamespaces()
getNamespacesMap() instead.java.util.Map<java.lang.String,NamespaceSummary> getNamespacesMap()
A mapping for each namespace in the index from namespace name to a summary of its contents.
map<string, .NamespaceSummary> namespaces = 1;NamespaceSummary getNamespacesOrDefault(java.lang.String key, NamespaceSummary defaultValue)
A mapping for each namespace in the index from namespace name to a summary of its contents.
map<string, .NamespaceSummary> namespaces = 1;NamespaceSummary getNamespacesOrThrow(java.lang.String key)
A mapping for each namespace in the index from namespace name to a summary of its contents.
map<string, .NamespaceSummary> namespaces = 1;int getDimension()
The dimension of the indexed vectors.
uint32 dimension = 2;float getIndexFullness()
The fullness of the index.
float index_fullness = 3;int getTotalVectorCount()
The total number of vectors in the index
uint32 total_vector_count = 4;