weights

@JvmName(name = "toosgnrxwewgkqik")
suspend fun weights(value: Output<Map<String, Int>>)
@JvmName(name = "jbeodmiepkndxvqw")
suspend fun weights(value: Map<String, Int>)

Parameters

value

The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.


@JvmName(name = "kchpijbvewrofjha")
fun weights(vararg values: Pair<String, Int>)

Parameters

values

The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.