Package com.sap.ai.sdk.grounding.model
Interface DocumentMetadataBatchRequest.Builder
- Enclosing class:
DocumentMetadataBatchRequest
public static interface DocumentMetadataBatchRequest.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault DocumentMetadataBatchRequestvalue(DocumentMetadataUpdate... value) Set the value of thisDocumentMetadataBatchRequestinstance.value(List<DocumentMetadataUpdate> value) Set the value of thisDocumentMetadataBatchRequestinstance.
-
Method Details
-
value
Set the value of thisDocumentMetadataBatchRequestinstance.- Parameters:
value- List of document metadata updates to be applied in batch.- Returns:
- The DocumentMetadataBatchRequest instance.
-
value
Set the value of thisDocumentMetadataBatchRequestinstance.- Parameters:
value- List of document metadata updates to be applied in batch.- Returns:
- The DocumentMetadataBatchRequest instance.
-