description: Type of reduction to be done by the n-gram op.
Type of reduction to be done by the n-gram op.
The supported reductions are as follows:
Reduction.SUM: Add values in the window.Reduction.MEAN: Average values in the window.Reduction.STRING_JOIN: Join strings in the window.
| MEAN | `` |
| STRING_JOIN | `` |
| SUM | `` |