testFilter property

String? testFilter
getter/setter pair

A filter on DataItems of the Dataset.

DataItems that match this filter are used to test the Model. A filter with same syntax as the one used in DatasetService.ListDataItems may be used. If a single DataItem is matched by more than one of the FilterSplit filters, then it is assigned to the first set that applies to it in the training, validation, test order.

Required.

Implementation

core.String? testFilter;