ee.Reducer.setOutputs

Returns a Reducer with the same inputs as the given Reducer, but with outputs renamed and/or removed.

UsageReturns
Reducer.setOutputs(outputs)Reducer
ArgumentTypeDetails
this: reducerReducer
outputsListThe new output names; any output whose name is null or empty will be dropped.