time_window_mins | float | If non-zero, returns not only the newly added articles, but also include any articles that were added to the feed in the last N minutes. This is useful if you want to evaluate new articles in the context of other recent articles. The maximum value is 1440 minutes (24 hours). | [optional] [default to 0] |
max_batch_size | int | If non-zero, the articles will be grouped in batches that have this size or less. We try to create batches of semantically related articles, as a result some batches may have fewer articles than this value. Pass 0 if you do not want articles to be batched. | [optional] [default to 0] |
view | \NumenoArtRec\Model\ArticleView | | [optional] |