Package ai.vectros.types
Class DocumentStorage.Builder
java.lang.Object
ai.vectros.types.DocumentStorage.Builder
- Enclosing class:
DocumentStorage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()file(StorageEntry file) file(Optional<StorageEntry> file) from(DocumentStorage other) text(StorageEntry text) text(Optional<StorageEntry> text)
-
Method Details
-
from
-
text
-
text
-
file
-
file
-
build
-
additionalProperty
-
additionalProperties
-