Uses of Class
com.hw.pinecone.entity.vector.DescribeIndexStatsRequest
Packages that use DescribeIndexStatsRequest
-
Uses of DescribeIndexStatsRequest in com.hw.pinecone
Methods in com.hw.pinecone with parameters of type DescribeIndexStatsRequestModifier and TypeMethodDescriptionIndexClient.describeIndexStats
(DescribeIndexStatsRequest request) The DescribeIndexStats operation returns statistics about the index's contents, including the vector count per namespace and the number of dimensions. -
Uses of DescribeIndexStatsRequest in com.hw.pinecone.service
Methods in com.hw.pinecone.service with parameters of type DescribeIndexStatsRequestModifier and TypeMethodDescriptionio.reactivex.Single<DescribeIndexStatsResponse>
VectorService.describeIndexStats
(DescribeIndexStatsRequest request) The DescribeIndexStats operation returns statistics about the index's contents, including the vector count per namespace and the number of dimensions.