Uses of Class
com.hw.pinecone.entity.vector.DescribeIndexStatsResponse
-
Uses of DescribeIndexStatsResponse in com.hw.pinecone
Modifier 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 DescribeIndexStatsResponse in com.hw.pinecone.service
Modifier 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.