TrainSourceFilter interface
Filters to be applied when traversing a data source.
Properties
include |
A flag to indicate if sub folders within the set of prefix folders will also need to be included when searching for content to be preprocessed. |
prefix | A case-sensitive prefix string to filter content under the source location. For e.g., when using a Azure Blob Uri use the prefix to restrict subfolders for content. |
Property Details
includeSubFolders
A flag to indicate if sub folders within the set of prefix folders will also need to be included when searching for content to be preprocessed.
includeSubFolders?: boolean
Property Value
boolean
prefix
A case-sensitive prefix string to filter content under the source location. For e.g., when using a Azure Blob Uri use the prefix to restrict subfolders for content.
prefix?: string
Property Value
string