Uses of Class
com.hw.pinecone.entity.index.CreateIndexRequest
-
Uses of CreateIndexRequest in com.hw.pinecone
Modifier and TypeMethodDescriptionvoid
PineconeClient.createIndex
(CreateIndexRequest request) This operation creates a Pinecone index. -
Uses of CreateIndexRequest in com.hw.pinecone.service
Modifier and TypeMethodDescriptionio.reactivex.Single<okhttp3.ResponseBody>
IndexService.createIndex
(CreateIndexRequest request) This operation creates a Pinecone index.