你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TrainingFileFilter Class

Definition

Used by the FormTrainingClient to filter the documents by name in the source path provided for training.

public class TrainingFileFilter
type TrainingFileFilter = class
Public Class TrainingFileFilter
Inheritance
TrainingFileFilter

Constructors

Name Description
TrainingFileFilter()

Initializes a new instance of the TrainingFileFilter class which is used by the FormTrainingClient to filter the documents by name in the source path provided for training.

Properties

Name Description
IncludeSubfolders

A flag to indicate whether subfolders within the set of prefix folders should be included when searching for content to be preprocessed.

Prefix

A case-sensitive prefix string to filter documents in the source path for training. For example, you may use the prefix to restrict subfolders for training.

Applies to