Uses of Class
com.hw.pinecone.entity.index.IndexDescription
Packages that use IndexDescription
-
Uses of IndexDescription in com.hw.pinecone
Methods in com.hw.pinecone that return IndexDescriptionModifier and TypeMethodDescriptionPineconeClient.describeIndex
(String name) Get a description of an index. -
Uses of IndexDescription in com.hw.pinecone.service
Methods in com.hw.pinecone.service that return types with arguments of type IndexDescriptionModifier and TypeMethodDescriptionio.reactivex.Single<IndexDescription>
IndexService.describeIndex
(String name) Get a description of an index.