Package com.sap.ai.sdk.grounding.model
Interface SearchFilter.Builder1
- Enclosing class:
SearchFilter
public static interface SearchFilter.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault SearchFilter.Builder2collectionIds(String... collectionIds) Set the collectionIds of thisSearchFilterinstance.collectionIds(List<String> collectionIds) Set the collectionIds of thisSearchFilterinstance.
-
Method Details
-
collectionIds
Set the collectionIds of thisSearchFilterinstance.- Parameters:
collectionIds- The collectionIds of thisSearchFilter- Returns:
- The SearchFilter builder.
-
collectionIds
Set the collectionIds of thisSearchFilterinstance.- Parameters:
collectionIds- The collectionIds of thisSearchFilter- Returns:
- The SearchFilter builder.
-