operators.candidates.filter.ExtractedSpanFilter
class operators.candidates.filter.ExtractedSpanFilter(predictioncol='preds', negativelabel=0)
operators.candidates.filter.RegexSpanFilter
class operators.candidates.filter.RegexSpanFilter(regex, field='spantext', ignorecase=False)
operators.filter.LabelFilter
class operators.filter.LabelFilter(labelstrs, filtertype='include', labelcol='predsstr')
operators.filter.LabelIntFilter
class operators.filter.LabelIntFilter(labelints, filtertype='include', label_col='preds')
operators.filter.MultiLabelFilter
class operators.filter.MultiLabelFilter(labelstrs, filtertype='include', labelcol='predsstr')
operators.row_filter.BooleanColumnBasedRowFilter
class operators.rowfilter.BooleanColumnBasedRowFilter(booleancolname, filtertype='include')
operators.row_filter.PandasQueryFilter
class operators.row_filter.PandasQueryFilter(query)
operators.row_filter.RegexRowFilter
class operators.rowfilter.RegexRowFilter(regexpattern, textfield=None, casesensitive=False)
operators.row_filter.TextSizeFilter
class operators.rowfilter.TextSizeFilter(field, maxtext_size)