Package com.sap.ai.sdk.grounding.model
Interface RetrievalSearchFilter.Builder1
- Enclosing class:
RetrievalSearchFilter
public static interface RetrievalSearchFilter.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondataRepositoryType(DataRepositoryType dataRepositoryType) Set the dataRepositoryType of thisRetrievalSearchFilterinstance.
-
Method Details
-
dataRepositoryType
Set the dataRepositoryType of thisRetrievalSearchFilterinstance.- Parameters:
dataRepositoryType- The dataRepositoryType of thisRetrievalSearchFilter- Returns:
- The RetrievalSearchFilter instance.
-