Uses of Class
ai.vectros.types.DocumentResponse
Packages that use DocumentResponse
-
Uses of DocumentResponse in ai.vectros.resources.documents
Methods in ai.vectros.resources.documents that return DocumentResponseModifier and TypeMethodDescriptionDocumentsClient.getDocument(String id) Returns a single document by its ID, including its full structured payload.DocumentsClient.getDocument(String id, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.DocumentsClient.getDocument(String id, GetDocumentRequest request) Returns a single document by its ID, including its full structured payload.DocumentsClient.getDocument(String id, GetDocumentRequest request, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.DocumentsClient.ingestDocument(DocumentRequest request) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.DocumentsClient.ingestDocument(DocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.DocumentsClient.patchDocument(String id, PatchDocumentRequest request) Partially updates a document using an RFC 7386 JSON Merge Patch.DocumentsClient.patchDocument(String id, PatchDocumentRequest request, RequestOptions requestOptions) Partially updates a document using an RFC 7386 JSON Merge Patch.DocumentsClient.updateDocument(String id, UpdateDocumentRequest request) Replaces the mutable fields of a document.DocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document.Methods in ai.vectros.resources.documents that return types with arguments of type DocumentResponseModifier and TypeMethodDescriptionAsyncDocumentsClient.getDocument(String id) Returns a single document by its ID, including its full structured payload.AsyncDocumentsClient.getDocument(String id, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.AsyncDocumentsClient.getDocument(String id, GetDocumentRequest request) Returns a single document by its ID, including its full structured payload.AsyncDocumentsClient.getDocument(String id, GetDocumentRequest request, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.AsyncRawDocumentsClient.getDocument(String id) Returns a single document by its ID, including its full structured payload.AsyncRawDocumentsClient.getDocument(String id, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.AsyncRawDocumentsClient.getDocument(String id, GetDocumentRequest request) Returns a single document by its ID, including its full structured payload.AsyncRawDocumentsClient.getDocument(String id, GetDocumentRequest request, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.RawDocumentsClient.getDocument(String id) Returns a single document by its ID, including its full structured payload.RawDocumentsClient.getDocument(String id, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.RawDocumentsClient.getDocument(String id, GetDocumentRequest request) Returns a single document by its ID, including its full structured payload.RawDocumentsClient.getDocument(String id, GetDocumentRequest request, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.AsyncDocumentsClient.ingestDocument(DocumentRequest request) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncDocumentsClient.ingestDocument(DocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncRawDocumentsClient.ingestDocument(DocumentRequest request) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncRawDocumentsClient.ingestDocument(DocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.RawDocumentsClient.ingestDocument(DocumentRequest request) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.RawDocumentsClient.ingestDocument(DocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncDocumentsClient.patchDocument(String id, PatchDocumentRequest request) Partially updates a document using an RFC 7386 JSON Merge Patch.AsyncDocumentsClient.patchDocument(String id, PatchDocumentRequest request, RequestOptions requestOptions) Partially updates a document using an RFC 7386 JSON Merge Patch.AsyncRawDocumentsClient.patchDocument(String id, PatchDocumentRequest request) Partially updates a document using an RFC 7386 JSON Merge Patch.AsyncRawDocumentsClient.patchDocument(String id, PatchDocumentRequest request, RequestOptions requestOptions) Partially updates a document using an RFC 7386 JSON Merge Patch.RawDocumentsClient.patchDocument(String id, PatchDocumentRequest request) Partially updates a document using an RFC 7386 JSON Merge Patch.RawDocumentsClient.patchDocument(String id, PatchDocumentRequest request, RequestOptions requestOptions) Partially updates a document using an RFC 7386 JSON Merge Patch.AsyncDocumentsClient.updateDocument(String id, UpdateDocumentRequest request) Replaces the mutable fields of a document.AsyncDocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document.AsyncRawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request) Replaces the mutable fields of a document.AsyncRawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document.RawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request) Replaces the mutable fields of a document.RawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document. -
Uses of DocumentResponse in ai.vectros.types
Methods in ai.vectros.types that return DocumentResponseMethods in ai.vectros.types that return types with arguments of type DocumentResponseMethods in ai.vectros.types with parameters of type DocumentResponseMethod parameters in ai.vectros.types with type arguments of type DocumentResponseModifier and TypeMethodDescriptionDocumentLookupPage.Builder.data(List<DocumentResponse> data) DocumentLookupPage.Builder.data(Optional<List<DocumentResponse>> data) The items on this page, in the endpoint's natural order.DocumentPage.Builder.data(List<DocumentResponse> data) DocumentPage.Builder.data(Optional<List<DocumentResponse>> data) The items on this page, in the endpoint's natural order.