targetAggregateFunction

@JvmName(name = "nbjisuyrxnfbctsy")
suspend fun targetAggregateFunction(value: Output<Either<String, TargetAggregationFunction>>)
@JvmName(name = "sunabwitlbemamgo")
suspend fun targetAggregateFunction(value: Either<String, TargetAggregationFunction>?)
@JvmName(name = "yhyvlcyrwkkttldi")
fun targetAggregateFunction(value: String)
@JvmName(name = "gtaxliagvbaprmha")
fun targetAggregateFunction(value: TargetAggregationFunction)

Parameters

value

The function to be used to aggregate the time series target column to conform to a user specified frequency. If the TargetAggregateFunction is set i.e. not 'None', but the freq parameter is not set, the error is raised. The possible target aggregation functions are: "sum", "max", "min" and "mean".