randomizationSalt

@JvmName(name = "ipusgmejpupuvlww")
suspend fun randomizationSalt(value: Output<String>)
@JvmName(name = "xdmjwksixkeakjim")
suspend fun randomizationSalt(value: String?)

Parameters

value

When Evidently assigns a particular user session to an experiment, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt . If you omit randomizationSalt , Evidently uses the experiment name as the randomizationSalt .