Package com.sap.ai.sdk.grounding.model
Interface DocumentUpdateRequest.Builder
- Enclosing class:
DocumentUpdateRequest
public static interface DocumentUpdateRequest.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault DocumentUpdateRequestdocuments(DocumentInput... documents) Set the documents of thisDocumentUpdateRequestinstance.documents(List<DocumentInput> documents) Set the documents of thisDocumentUpdateRequestinstance.
-
Method Details
-
documents
Set the documents of thisDocumentUpdateRequestinstance.- Parameters:
documents- The documents of thisDocumentUpdateRequest- Returns:
- The DocumentUpdateRequest instance.
-
documents
Set the documents of thisDocumentUpdateRequestinstance.- Parameters:
documents- The documents of thisDocumentUpdateRequest- Returns:
- The DocumentUpdateRequest instance.
-