Uses of Class
ai.vectros.types.DocumentResponse.Builder
Packages that use DocumentResponse.Builder
-
Uses of DocumentResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return DocumentResponse.BuilderModifier and TypeMethodDescriptionDocumentResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) DocumentResponse.Builder.additionalProperty(String key, Object value) static DocumentResponse.BuilderDocumentResponse.builder()Whether this call created a new document.When the document was created, as an ISO-8601 UTC timestamp.DocumentResponse.Builder.externalId(String externalId) DocumentResponse.Builder.externalId(Optional<String> externalId) Your own stable identifier for this document (immutable, and unique within your context).Size of the uploaded file, in bytes.MIME type of the uploaded file.The ID of the folder that contains this document.DocumentResponse.Builder.from(DocumentResponse other) The Vectros-assigned unique ID of the document.DocumentResponse.Builder.indexFailure(IndexFailure indexFailure) DocumentResponse.Builder.indexFailure(Optional<IndexFailure> indexFailure) DocumentResponse.Builder.indexMode(DocumentResponseIndexMode indexMode) DocumentResponse.Builder.indexMode(Optional<DocumentResponseIndexMode> indexMode) How this document is indexed.DocumentResponse.Builder.indexStatus(DocumentResponseIndexStatus indexStatus) DocumentResponse.Builder.indexStatus(Optional<DocumentResponseIndexStatus> indexStatus) Processing status of the document (system-managed, read-only).DocumentResponse.Builder.lastModified(String lastModified) DocumentResponse.Builder.lastModified(Optional<String> lastModified) When the document was last modified, as an ISO-8601 UTC timestamp.The document's structured payload, as a JSON object.DocumentResponse.Builder.payloadExternalized(Boolean payloadExternalized) DocumentResponse.Builder.payloadExternalized(Optional<Boolean> payloadExternalized) True when this document's structured payload is large enough to be stored externally rather than inline.DocumentResponse.Builder.payloadPartial(Boolean payloadPartial) DocumentResponse.Builder.payloadPartial(Optional<Boolean> payloadPartial) True when THIS response returned only a PARTIAL structured payload — a large document's bulk fields are omitted frompayloadbecause you did not request them (a list or lookup withoutincludePayload=true).The ID of the record schema this document'spayloadis validated and indexed against.DocumentResponse.Builder.schemaVersion(Integer schemaVersion) DocumentResponse.Builder.schemaVersion(Optional<Integer> schemaVersion) The version of the bound schema in effect when this document was written.The document's scope ownership as canonicalnamespace:valueentries (at most 2).DocumentResponse.Builder.status(DocumentResponseStatus status) DocumentResponse.Builder.status(Optional<DocumentResponseStatus> status) Lifecycle status you control.Whether the document's text is retained after indexing — fixed at ingest time.Size of the extracted text, in bytes.The document's title.The owning user — the Vectros-assigned UUID of a user in your account.Optimistic-concurrency version.