Uses of Class
ai.vectros.types.DocumentStorage.Builder
Packages that use DocumentStorage.Builder
-
Uses of DocumentStorage.Builder in ai.vectros.types
Methods in ai.vectros.types that return DocumentStorage.BuilderModifier and TypeMethodDescriptionDocumentStorage.Builder.additionalProperties(Map<String, Object> additionalProperties) DocumentStorage.Builder.additionalProperty(String key, Object value) static DocumentStorage.BuilderDocumentStorage.builder()DocumentStorage.Builder.file(StorageEntry file) DocumentStorage.Builder.file(Optional<StorageEntry> file) DocumentStorage.Builder.from(DocumentStorage other) DocumentStorage.Builder.text(StorageEntry text) DocumentStorage.Builder.text(Optional<StorageEntry> text)