Package com.sap.ai.sdk.grounding.model
Interface DocumentMetadata.Builder1
- Enclosing class:
DocumentMetadata
public static interface DocumentMetadata.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault DocumentMetadataSet the value of thisDocumentMetadatainstance.Set the value of thisDocumentMetadatainstance.
-
Method Details
-
value
Set the value of thisDocumentMetadatainstance.- Parameters:
value- An array of string values associated with the metadata key. If the key already exists, its values will be overwritten. Setting the value to null will delete the metadata key-value pair.- Returns:
- The DocumentMetadata instance.
-
value
Set the value of thisDocumentMetadatainstance.- Parameters:
value- An array of string values associated with the metadata key. If the key already exists, its values will be overwritten. Setting the value to null will delete the metadata key-value pair.- Returns:
- The DocumentMetadata instance.
-