ray.data.aggregate.AggregateFnV2.get_agg_name# AggregateFnV2.get_agg_name() → str[source]# Return the agg name (e.g., ‘sum’, ‘mean’, ‘count’). Returns the aggregation type extracted from the name during initialization. For example, returns ‘sum’ for an aggregator named ‘sum(col)’.