Interface DocumentGroundingFilter.Builder
- Enclosing class:
DocumentGroundingFilter
public static interface DocumentGroundingFilter.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondataRepositoryType(DataRepositoryType dataRepositoryType) Set the dataRepositoryType of thisDocumentGroundingFilterinstance.
-
Method Details
-
dataRepositoryType
Set the dataRepositoryType of thisDocumentGroundingFilterinstance.- Parameters:
dataRepositoryType- The dataRepositoryType of thisDocumentGroundingFilter- Returns:
- The DocumentGroundingFilter instance.
-