Uses of Class
ai.vectros.resources.documents.requests.DeleteDocumentRequest
Packages that use DeleteDocumentRequest
-
Uses of DeleteDocumentRequest in ai.vectros.resources.documents
Methods in ai.vectros.resources.documents with parameters of type DeleteDocumentRequestModifier and TypeMethodDescriptionAsyncDocumentsClient.deleteDocument(String id, DeleteDocumentRequest request) Permanently deletes the document and removes it from the search index.AsyncDocumentsClient.deleteDocument(String id, DeleteDocumentRequest request, RequestOptions requestOptions) Permanently deletes the document and removes it from the search index.AsyncRawDocumentsClient.deleteDocument(String id, DeleteDocumentRequest request) Permanently deletes the document and removes it from the search index.AsyncRawDocumentsClient.deleteDocument(String id, DeleteDocumentRequest request, RequestOptions requestOptions) Permanently deletes the document and removes it from the search index.voidDocumentsClient.deleteDocument(String id, DeleteDocumentRequest request) Permanently deletes the document and removes it from the search index.voidDocumentsClient.deleteDocument(String id, DeleteDocumentRequest request, RequestOptions requestOptions) Permanently deletes the document and removes it from the search index.RawDocumentsClient.deleteDocument(String id, DeleteDocumentRequest request) Permanently deletes the document and removes it from the search index.RawDocumentsClient.deleteDocument(String id, DeleteDocumentRequest request, RequestOptions requestOptions) Permanently deletes the document and removes it from the search index. -
Uses of DeleteDocumentRequest in ai.vectros.resources.documents.requests
Methods in ai.vectros.resources.documents.requests that return DeleteDocumentRequestMethods in ai.vectros.resources.documents.requests with parameters of type DeleteDocumentRequestModifier and TypeMethodDescriptionDeleteDocumentRequest.Builder.from(DeleteDocumentRequest other)